Skip to content

Commit

Permalink
Merge pull request #84 from johnnychen94/patch-3
Browse files Browse the repository at this point in the history
[Julia] make registry downloading failure a panic
  • Loading branch information
z4yx authored Aug 11, 2020
2 parents eca5de8 + a738226 commit d5f2142
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/julia/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ LABEL maintainer="Johnny Chen <[email protected]>"
ENV JULIA_DEPOT_PATH="/opt/julia"

RUN adduser --uid 2000 tunasync && \
julia -e 'using Pkg; pkg"add https://github.com/johnnychen94/StorageMirrorServer.jl#v0.1.1-rc3"' && \
julia -e 'using Pkg; pkg"add https://github.com/johnnychen94/StorageMirrorServer.jl#v0.1.1-rc4"' && \
chmod a+rx -R $JULIA_DEPOT_PATH

COPY dockerfiles/julia/startup.jl /usr/local/julia/etc/julia/startup.jl
Expand Down

0 comments on commit d5f2142

Please sign in to comment.