Skip to content

Commit 94d6797

Browse files
committed
psc-spack-ubuntu-20.04: yet more diagnostics
last one seemed to indicate that it was bzip2 again
1 parent c929897 commit 94d6797

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/psc-spack-ubuntu-20.04/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ RUN spack config --scope system add "packages:all:target: [haswell]" \
4444
# spack spec and the -d flag are purely for diagnostic purposes
4545
RUN spack env create -d psc-env && \
4646
spack env activate psc-env && spack add adios2 \
47-
&& spack install --show-log-on-error && spack clean -a
47+
&& spack install --show-log-on-error --include-build-deps -v && spack clean -a
4848

4949
COPY spack/ spack
5050

0 commit comments

Comments
 (0)