mirror of
https://github.com/tuna/tunasync-scripts.git
synced 2025-07-12 01:44:04 +00:00
[Julia] skip failed_resources for 5 days until next try
This commit is contained in:
@ -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.4"' && \
|
||||
julia -e 'using Pkg; pkg"add StorageMirrorServer@0.1.5"' && \
|
||||
chmod a+rx -R $JULIA_DEPOT_PATH
|
||||
|
||||
# Julia doesn't not yet have a nice solution for centralized package system with preinstalled
|
||||
|
Reference in New Issue
Block a user