Skip to content
Snippets Groups Projects
Commit 83a3d49d authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

fix: base should install bzip2 for spack to work

parent 647d6d2a
No related branches found
No related tags found
1 merge request!438fix: base should install bzip2 for spack to work
...@@ -25,6 +25,7 @@ RUN --mount=type=cache,target=/var/cache/apt \ ...@@ -25,6 +25,7 @@ RUN --mount=type=cache,target=/var/cache/apt \
&& apt-get -yqq update \ && apt-get -yqq update \
&& apt-get -yqq install --no-install-recommends \ && apt-get -yqq install --no-install-recommends \
bc \ bc \
bzip2 \
ca-certificates \ ca-certificates \
ccache \ ccache \
curl \ curl \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment