From 83a3d49d99cfb63f8b7a7d58a05ddcabdc740ba9 Mon Sep 17 00:00:00 2001 From: Wouter Deconinck <wdconinc@gmail.com> Date: Fri, 6 Jan 2023 21:57:22 +0000 Subject: [PATCH] fix: base should install bzip2 for spack to work --- containers/debian/base.Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/containers/debian/base.Dockerfile b/containers/debian/base.Dockerfile index 8418665b4..bb2c26d65 100644 --- a/containers/debian/base.Dockerfile +++ b/containers/debian/base.Dockerfile @@ -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 \ -- GitLab