Skip to content

Commit 8cf5076

Browse files
committed
Apply suggestion from @msimberg
1 parent ba1784c commit 8cf5076

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.cscs-ci/container/deps.Containerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ RUN spack repo remove --scope defaults:base builtin && \
1919

2020
COPY $SPACK_ENV_FILE /spack_environment/spack.yaml
2121

22-
RUN spack env create ci /spack_environment/spack.yaml && \
22+
RUN spack external find --all && \
23+
spack env create ci /spack_environment/spack.yaml && \
2324
spack -e ci concretize -f && \
2425
spack -e ci install --jobs $(nproc) --fail-fast --only=dependencies

0 commit comments

Comments
 (0)