From 91d35bb473fcd71a1b4bcd22eee1d2b1ab0d6bb6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20G=C3=BCndling?= Date: Tue, 19 Jul 2022 08:53:06 +0200 Subject: [PATCH] bzip2 --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index de81f87..6d30a6c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -77,3 +77,6 @@ RUN apt-get install -y --no-install-recommends tree RUN wget http://nz2.archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1l-1ubuntu1.6_amd64.deb && \ dpkg -i libssl1.1_1.1.1l-1ubuntu1.6_amd64.deb && \ rm -rf libssl1.1_1.1.1l-1ubuntu1.6_amd64.deb + +# UBUNTU 22.04 IS MISSING BZIP IN THE BASE IMAGE +RUN apt-get install -y --no-install-recommends bzip2