Fix bug in Dockerfile

Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
This commit is contained in:
Thomas A. Christensen II 2022-04-07 17:46:00 -05:00
parent da4b9d612b
commit 2c6712f67b
Signed by: millironx
GPG key ID: 139C07724802BC5D

View file

@ -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/