diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2021-10-21 00:16:25 +0200 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2021-10-21 00:16:25 +0200 |
commit | d67e88f3f38b45cfbd2d2e6156db615e4b29c8dc (patch) | |
tree | 89b550c1d60a457e37f3fd92efbb7faa019eaf84 | |
parent | 9f070bac10682c33fa3983246f22bef4ddefb973 (diff) | |
download | bootstrap-d67e88f3f38b45cfbd2d2e6156db615e4b29c8dc.tar bootstrap-d67e88f3f38b45cfbd2d2e6156db615e4b29c8dc.zip |
Add tools for GCC build
-rw-r--r-- | Containerfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Containerfile b/Containerfile index 1e0fc09..4859bbd 100644 --- a/Containerfile +++ b/Containerfile @@ -3,10 +3,10 @@ FROM debian:11.0 RUN \ apt-get update && \ DEBIAN_FRONTEND=noninteractive apt-get -y install \ - make gcc g++ xz-utils \ + make gcc g++ xz-utils lzip \ libmpc-dev libmpfr-dev libgmp-dev zlib1g-dev \ python3-minimal gawk bison rsync \ - bzip2 \ + bzip2 flex libssl-dev bc \ && \ apt-get clean |