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 \
autoconf \ ant \
automake \ autoconf \
autopoint \ automake \
bison \ autopoint \
build-essential \ bison \
ca-certificates \ build-essential \
cmake \ clang \
curl \ cmake \
file \ curl \
flex \ dos2unix \
fuse3 \ doxygen \
genisoimage \ file \
git \ flex \
gperf \ fuse3 \
g++ \
genisoimage \
git \
gperf \
intltool \
libc6-dev-i386 \ libc6-dev-i386 \
libexpat-dev \ libexpat-dev \
libfuse-dev \ libfuse-dev \
libfuse3-dev \ libfuse3-dev \
libgmp-dev \
libhtml-parser-perl \
libtool \
libfontconfig1-dev \ libfontconfig1-dev \
libpng-dev \ libgmp-dev \
libjpeg-dev \ libhtml-parser-perl \
libsdl2-ttf-dev \ libjpeg-dev \
libsdl1.2-dev \ libmpfr-dev \
m4 \ libpng-dev \
nasm \ libsdl1.2-dev \
pkg-config \ libsdl2-ttf-dev \
po4a \ libtool \
llvm \
lua5.4 \
lzip \
m4 \
make \
meson \
nasm \
ninja-build \
patch \
perl \
pkg-config \
po4a \
protobuf-compiler \
python3 \
python3-mako \
rsync \
scons \
syslinux-utils \ syslinux-utils \
texinfo \ texinfo \
ninja-build \ unzip \
meson \ wget \
python3-mako \ xdg-utils \
xxd \ xxd \
rsync \ zip \
wget \ zstd
python3 \
make \
xdg-utils \
zip \
unzip \
lzip \
llvm \
clang \
perl \
doxygen \
ant \
protobuf-compiler \
intltool