Update the Podman container packages to match the Debian/Ubuntu native dependencies

This commit is contained in:
Ribbon 2024-09-19 20:27:17 +00:00
parent c9da718347
commit 9614949a8d

View file

@ -10,55 +10,61 @@ RUN useradd --create-home --no-log-init --uid _UID_ poduser \
&& apt-get update \ && apt-get update \
&& apt-get install -y --no-install-recommends \ && apt-get install -y --no-install-recommends \
appstream \ appstream \
ant \
autoconf \ autoconf \
automake \ automake \
autopoint \ autopoint \
bison \ bison \
build-essential \ build-essential \
ca-certificates \ clang \
cmake \ cmake \
curl \ curl \
dos2unix \
doxygen \
file \ file \
flex \ flex \
fuse3 \ fuse3 \
g++ \
genisoimage \ genisoimage \
git \ git \
gperf \ gperf \
intltool \
libc6-dev-i386 \ libc6-dev-i386 \
libexpat-dev \ libexpat-dev \
libfuse-dev \ libfuse-dev \
libfuse3-dev \ libfuse3-dev \
libfontconfig1-dev \
libgmp-dev \ libgmp-dev \
libhtml-parser-perl \ libhtml-parser-perl \
libtool \
libfontconfig1-dev \
libpng-dev \
libjpeg-dev \ libjpeg-dev \
libsdl2-ttf-dev \ libmpfr-dev \
libpng-dev \
libsdl1.2-dev \ libsdl1.2-dev \
libsdl2-ttf-dev \
libtool \
llvm \
lua5.4 \
lzip \
m4 \ m4 \
make \
meson \
nasm \ nasm \
ninja-build \
patch \
perl \
pkg-config \ pkg-config \
po4a \ po4a \
protobuf-compiler \
python3 \
python3-mako \
rsync \
scons \
syslinux-utils \ syslinux-utils \
texinfo \ texinfo \
ninja-build \
meson \
python3-mako \
xxd \
rsync \
wget \
python3 \
make \
xdg-utils \
zip \
unzip \ unzip \
lzip \ wget \
llvm \ xdg-utils \
clang \ xxd \
perl \ zip \
doxygen \ zstd
ant \
protobuf-compiler \
intltool