mirror of
https://github.com/MillironX/docker-BioJulia.git
synced 2024-11-21 14:36:03 +00:00
Add automatic package upgrading to Docker build
Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
This commit is contained in:
parent
c4ec4db8bb
commit
1946f9a168
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ COPY Project.toml /
|
||||||
COPY Manifest.toml /
|
COPY Manifest.toml /
|
||||||
|
|
||||||
RUN julia -e 'using Pkg; Pkg.instantiate()'
|
RUN julia -e 'using Pkg; Pkg.instantiate()'
|
||||||
RUN julia --project=/ -e 'using Pkg; Pkg.instantiate()'
|
RUN julia --project=/ -e 'using Pkg; Pkg.instantiate(); Pkg.up()'
|
||||||
RUN \
|
RUN \
|
||||||
mv /Project.toml ${JULIA_DEPOT_PATH}/environments/v1.6/ && \
|
mv /Project.toml ${JULIA_DEPOT_PATH}/environments/v1.6/ && \
|
||||||
mv /Manifest.toml ${JULIA_DEPOT_PATH}/environments/v1.6/
|
mv /Manifest.toml ${JULIA_DEPOT_PATH}/environments/v1.6/
|
||||||
|
|
Loading…
Reference in a new issue