summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2023-10-01 23:11:25 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2023-10-01 23:32:36 +0200
commit1f325cadfeb28abce3f9b9213dd4e025d82719e2 (patch)
treed06cd5235e1f5a0347e855c753cca9c224c1f12a
parentdc19147d40f070b9ebf5919f95dd2922ce32d8d4 (diff)
downloadbootstrap-main.tar
bootstrap-main.zip
Add more toolchain dependenciesmain
-rw-r--r--Containerfile1
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