Skip to content
Snippets Groups Projects

fix: base should install bzip2 for spack to work

Merged Wouter Deconinck requested to merge bzip2 into master
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -25,6 +25,7 @@ RUN --mount=type=cache,target=/var/cache/apt \
&& apt-get -yqq update \
&& apt-get -yqq install --no-install-recommends \
bc \
bzip2 \
ca-certificates \
ccache \
curl \
Loading