Skip to content

Commit

Permalink
docker: Reuse installed dependencies from build cache
Browse files Browse the repository at this point in the history
  • Loading branch information
plexoos committed Sep 19, 2022
1 parent b658844 commit 21db021
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ COPY --chmod=0755 <<-"EOF" dostarenv.sh
spack buildcache update-index -d /opt/buildcache
spack env create ${1} /star-spack/environments/${1}.yaml
spack env activate ${1}
spack --insecure install --no-check-signature
spack --insecure install --no-check-signature --reuse
spack gc -y
spack env loads --exclude vc
spack module tcl refresh -y
Expand Down

0 comments on commit 21db021

Please sign in to comment.