Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
eeholmes authored Nov 1, 2024
1 parent 890baae commit 8de85a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion draft_images/py-rocket-2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ ENV INSTALL4J ADD VM PARAMS=-Dsun.java2d.uiScale=2.0

# Install panoply
RUN cd /tmp && \
wget https://www.giss.nasa.gov/tools/panoply/download/PanoplyJ-5.5.4.tgz && \
wget --user-agent="Mozilla/5.0" https://www.giss.nasa.gov/tools/panoply/download/PanoplyJ-5.5.4.tgz
tar -zxf PanoplyJ-5.5.4.tgz && \
rm -rf PanoplyJ-5.5.4.tgz

Expand Down

0 comments on commit 8de85a0

Please sign in to comment.