From 2c6712f67b95088e2030114f37c16b77a5b5537a Mon Sep 17 00:00:00 2001 From: "Thomas A. Christensen II" <25492070+MillironX@users.noreply.github.com> Date: Thu, 7 Apr 2022 17:46:00 -0500 Subject: [PATCH] Fix bug in Dockerfile Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2bbaf75..e279405 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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/