[Julia] skip failed_resources for 5 days until next try

This commit is contained in:
Johnny Chen
2020-08-18 07:50:53 +08:00
parent f7a468b4a6
commit effc4f7494
2 changed files with 2 additions and 2 deletions

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.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