redox/podman/redox-base-containerfile

75 lines
1.2 KiB
Plaintext
Raw Normal View History

# Configuration file to install the recipe dependencies inside the Podman container
FROM debian:bookworm-20240513-slim
2022-11-12 00:23:08 +01:00
# _UID_ must be replaced with the user's uid on host
# podman root is mapped to your user id on host during build,
# poduser is mapped to your user id during podman run
RUN useradd --create-home --no-log-init --uid _UID_ poduser \
&& chown -R root:root /home \
&& apt-get update \
2022-11-12 00:23:08 +01:00
&& apt-get install -y --no-install-recommends \
2024-12-19 18:46:58 +01:00
appstream \
ant \
autoconf \
automake \
autopoint \
bison \
build-essential \
clang \
cmake \
curl \
dos2unix \
doxygen \
file \
flex \
fuse3 \
g++ \
genisoimage \
git \
2024-10-31 01:15:52 +01:00
git-lfs \
gperf \
2024-12-19 18:46:58 +01:00
expect \
intltool \
2024-12-19 18:46:58 +01:00
libc6-dev-i386 \
libexpat-dev \
2024-12-19 18:46:58 +01:00
libfuse3-dev \
libfontconfig1-dev \
libgmp-dev \
libhtml-parser-perl \
libjpeg-dev \
libmpfr-dev \
libpng-dev \
libsdl1.2-dev \
libsdl2-ttf-dev \
llvm \
lua5.4 \
lzip \
m4 \
make \
meson \
nasm \
ninja-build \
2024-09-26 15:12:26 +02:00
ssh \
patch \
perl \
pkg-config \
po4a \
protobuf-compiler \
python3 \
python3-mako \
rsync \
scons \
2024-12-19 18:46:58 +01:00
syslinux-utils \
texinfo \
unzip \
wget \
xdg-utils \
xxd \
zip \
zlib1g-dev \
zstd \
2024-12-19 18:46:58 +01:00
help2man \
autoconf2.69 \
patchelf