diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2021-09-25 17:25:35 +0200 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2021-09-25 17:25:35 +0200 |
commit | 9f070bac10682c33fa3983246f22bef4ddefb973 (patch) | |
tree | 5c433288e2b579a0b2591625f5e59ad6aa23dfd9 | |
parent | 6ebfbbb4f11c032f0c3fee3aab9cfb30ce717ea6 (diff) | |
download | bootstrap-9f070bac10682c33fa3983246f22bef4ddefb973.tar bootstrap-9f070bac10682c33fa3983246f22bef4ddefb973.zip |
Add bzip2
-rw-r--r-- | Containerfile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |