fix build errors on Dockerhub

This commit is contained in:
Yuxiang Zhang 2020-08-15 19:34:58 +08:00 committed by GitHub
parent 169ecac626
commit f7a468b4a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@ RUN adduser --uid 2000 tunasync && \
# packages. Here we provide a system-wide startup.jl that modifies the DEPOT_PATH and LOAD_PATH
# variables for each user.
# For more information about this, please refer to https://github.com/JuliaLang/Pkg.jl/issues/1952
COPY startup.jl /usr/local/julia/etc/julia/startup.jl
COPY dockerfiles/julia/startup.jl /usr/local/julia/etc/julia/startup.jl
WORKDIR /julia
CMD /bin/bash