Skip to content

Commit

Permalink
Move wget after the clean
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrover1 authored Sep 6, 2023
1 parent a14d90f commit 244db0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion binder/appendix.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ ENV DEBIAN_FRONTEND=noninteractive
RUN apt update && \
wget -q -O /tmp/lrose.deb https://github.com/NCAR/lrose-core/releases/download/lrose-core-20220222/lrose-core-20220222.ubuntu_18.04.amd64.deb && \
apt-get -y install /tmp/lrose.deb && \
apt-get update && apt-get install wget && \
apt-get clean && \
apt-get update && apt-get install wget && \
rm -rf /tmp/lrose.deb

USER ${NB_USER}
Expand Down

0 comments on commit 244db0b

Please sign in to comment.