diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2023-10-01 23:11:25 +0200 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2023-10-01 23:32:36 +0200 |
commit | 1f325cadfeb28abce3f9b9213dd4e025d82719e2 (patch) | |
tree | d06cd5235e1f5a0347e855c753cca9c224c1f12a | |
parent | dc19147d40f070b9ebf5919f95dd2922ce32d8d4 (diff) | |
download | bootstrap-1f325cadfeb28abce3f9b9213dd4e025d82719e2.tar bootstrap-1f325cadfeb28abce3f9b9213dd4e025d82719e2.zip |
Add more toolchain dependenciesmain
-rw-r--r-- | Containerfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Containerfile b/Containerfile index be064b5..2e34a8b 100644 --- a/Containerfile +++ b/Containerfile @@ -7,6 +7,7 @@ RUN \ make gcc g++ xz-utils lzip \ libmpc-dev libmpfr-dev libgmp-dev zlib1g-dev \ python3-minimal gawk bison rsync \ + texinfo file gettext \ bzip2 flex libssl-dev bc libcap2-bin strace \ && \ apt-get clean |