Skip to content

Commit

Permalink
Merge pull request #6 from pono/master
Browse files Browse the repository at this point in the history
Don't remove curl since Pkg.add("$PKG") requires a downloader
  • Loading branch information
tianon committed Feb 3, 2016
2 parents 5747284 + ff730c9 commit 137a02b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ RUN mkdir $JULIA_PATH \
&& curl -sSL "https://julialang.s3.amazonaws.com/bin/linux/x64/${JULIA_VERSION%[.-]*}/julia-${JULIA_VERSION}-linux-x86_64.tar.gz.asc" -o julia.tar.gz.asc \
&& gpg --verify julia.tar.gz.asc \
&& tar -xzf julia.tar.gz -C $JULIA_PATH --strip-components 1 \
&& apt-get purge -y --auto-remove \
curl \
&& rm -rf /var/lib/apt/lists/* julia.tar.gz*


Expand Down

0 comments on commit 137a02b

Please sign in to comment.