mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-28 15:48:45 +08:00
podman: add gtk build system dependencies
This commit is contained in:
parent
65efc19a9f
commit
d8e361d1ee
@ -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 \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user