Merge pull request #93 from johnnychen94/patch-2

[julia] upgrade to StorageMirrorServer v0.2.0
This commit is contained in:
Yuxiang Zhang 2020-09-10 23:10:44 +08:00 committed by GitHub
commit 271157eb68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ LABEL maintainer="Johnny Chen <johnnychen94@hotmail.com>"
ENV JULIA_DEPOT_PATH="/opt/julia"
RUN adduser --uid 2000 tunasync && \
julia -e 'using Pkg; pkg"add StorageMirrorServer@0.1.6"' && \
julia -e 'using Pkg; pkg"add StorageMirrorServer@0.2.0"' && \
chmod a+rx -R $JULIA_DEPOT_PATH
# Julia doesn't not yet have a nice solution for centralized package system with preinstalled