Merge branch 'libtool' into 'master'

add libtools to containerfile

See merge request redox-os/redox!1529
This commit is contained in:
Jeremy Soller 2024-12-20 14:26:37 +00:00
commit 324e27b182

View file

@ -9,7 +9,7 @@ RUN useradd --create-home --no-log-init --uid _UID_ poduser \
&& chown -R root:root /home \ && chown -R root:root /home \
&& apt-get update \ && apt-get update \
&& apt-get install -y --no-install-recommends \ && apt-get install -y --no-install-recommends \
appstream \ appstream \
ant \ ant \
autoconf \ autoconf \
automake \ automake \
@ -29,12 +29,12 @@ RUN useradd --create-home --no-log-init --uid _UID_ poduser \
git \ git \
git-lfs \ git-lfs \
gperf \ gperf \
expect \ expect \
intltool \ intltool \
libc6-dev-i386 \ libc6-dev-i386 \
libexpat-dev \ libexpat-dev \
libfuse3-dev \ libfuse3-dev \
libfontconfig1-dev \ libfontconfig1-dev \
libgmp-dev \ libgmp-dev \
libhtml-parser-perl \ libhtml-parser-perl \
libjpeg-dev \ libjpeg-dev \
@ -42,6 +42,7 @@ RUN useradd --create-home --no-log-init --uid _UID_ poduser \
libpng-dev \ libpng-dev \
libsdl1.2-dev \ libsdl1.2-dev \
libsdl2-ttf-dev \ libsdl2-ttf-dev \
libtool \
llvm \ llvm \
lua5.4 \ lua5.4 \
lzip \ lzip \
@ -60,7 +61,7 @@ RUN useradd --create-home --no-log-init --uid _UID_ poduser \
python3-mako \ python3-mako \
rsync \ rsync \
scons \ scons \
syslinux-utils \ syslinux-utils \
texinfo \ texinfo \
unzip \ unzip \
wget \ wget \
@ -69,4 +70,4 @@ RUN useradd --create-home --no-log-init --uid _UID_ poduser \
zip \ zip \
zlib1g-dev \ zlib1g-dev \
zstd \ zstd \
help2man \ help2man \