From 9f070bac10682c33fa3983246f22bef4ddefb973 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Sat, 25 Sep 2021 17:25:35 +0200 Subject: Add bzip2 --- Containerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Containerfile b/Containerfile index 194d727..1e0fc09 100644 --- a/Containerfile +++ b/Containerfile @@ -6,6 +6,7 @@ RUN \ make gcc g++ xz-utils \ libmpc-dev libmpfr-dev libgmp-dev zlib1g-dev \ python3-minimal gawk bison rsync \ + bzip2 \ && \ apt-get clean -- cgit v1.2.3