podman: add gtk build system dependencies

This commit is contained in:
Jeremy Soller 2025-05-05 21:12:36 -06:00
parent 65efc19a9f
commit d8e361d1ee
No known key found for this signature in database
GPG Key ID: 670FDFB5428E05CA

View File

@ -39,6 +39,8 @@ RUN useradd --create-home --no-log-init --uid _UID_ poduser \
libexpat-dev \
libfontconfig1-dev \
libfuse3-dev \
libgdk-pixbuf2.0-bin \
libglib2.0-dev-bin \
libgmp-dev \
libhtml-parser-perl \
libjpeg-dev \
@ -62,6 +64,7 @@ RUN useradd --create-home --no-log-init --uid _UID_ poduser \
po4a \
protobuf-compiler \
python3 \
python3-dev \
python3-mako \
python3-venv \
rsync \
@ -73,6 +76,7 @@ RUN useradd --create-home --no-log-init --uid _UID_ poduser \
wget \
xdg-utils \
xfonts-utils \
xorg-dev \
xutils-dev \
xxd \
zip \