mirror of
https://github.com/MillironX/docker-JuliaPro.git
synced 2024-11-21 07:36:03 +00:00
Fix bug in Dockerfile
Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
This commit is contained in:
parent
da4b9d612b
commit
2c6712f67b
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ COPY Project.toml /
|
|||
COPY Manifest.toml /
|
||||
|
||||
RUN julia -e 'using Pkg; Pkg.instantiate()'
|
||||
RUN julia --project=/ -e 'using Pkg; Pkg.instantiate(); Pkg.up()'
|
||||
RUN julia --project=/ -e 'using Pkg; Pkg.instantiate(); Pkg.update()'
|
||||
RUN \
|
||||
mv /Project.toml ${JULIA_DEPOT_PATH}/environments/v1.6/ && \
|
||||
mv /Manifest.toml ${JULIA_DEPOT_PATH}/environments/v1.6/
|
||||
|
|
Loading…
Reference in a new issue