mirror of
https://github.com/tuna/tunasync-scripts.git
synced 2025-07-01 15:35:45 +00:00
fix build errors on Dockerhub
This commit is contained in:
parent
169ecac626
commit
f7a468b4a6
@ -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
|
# packages. Here we provide a system-wide startup.jl that modifies the DEPOT_PATH and LOAD_PATH
|
||||||
# variables for each user.
|
# variables for each user.
|
||||||
# For more information about this, please refer to https://github.com/JuliaLang/Pkg.jl/issues/1952
|
# 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
|
WORKDIR /julia
|
||||||
CMD /bin/bash
|
CMD /bin/bash
|
||||||
|
Loading…
x
Reference in New Issue
Block a user