mirror of
https://github.com/tuna/tunasync-scripts.git
synced 2025-04-20 12:42:50 +00:00
Merge pull request #84 from johnnychen94/patch-3
[Julia] make registry downloading failure a panic
This commit is contained in:
commit
d5f2142cf2
@ -11,7 +11,7 @@ LABEL maintainer="Johnny Chen <johnnychen94@hotmail.com>"
|
|||||||
ENV JULIA_DEPOT_PATH="/opt/julia"
|
ENV JULIA_DEPOT_PATH="/opt/julia"
|
||||||
|
|
||||||
RUN adduser --uid 2000 tunasync && \
|
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
|
chmod a+rx -R $JULIA_DEPOT_PATH
|
||||||
|
|
||||||
COPY dockerfiles/julia/startup.jl /usr/local/julia/etc/julia/startup.jl
|
COPY dockerfiles/julia/startup.jl /usr/local/julia/etc/julia/startup.jl
|
||||||
|
Loading…
x
Reference in New Issue
Block a user