Skip to content
This repository was archived by the owner on Feb 8, 2026. It is now read-only.

Commit 6a9f9f5

Browse files
committed
Remove Gtk and dependencies
Should not be needed anymore
1 parent 21cdb88 commit 6a9f9f5

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

Dockerfile

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ RUN dnf update -y && \
77
/usr/bin/meson \
88
/usr/bin/glib-compile-schemas \
99
/usr/bin/gjs \
10-
/usr/bin/gtk-builder-tool \
11-
/usr/bin/gtk4-builder-tool \
12-
/usr/bin/xsltproc \
1310
/usr/bin/npm \
1411
/usr/bin/msgfmt \
1512
/usr/bin/xgettext \
@@ -18,13 +15,11 @@ RUN dnf update -y && \
1815
/usr/bin/desktop-file-validate \
1916
# required by testspace
2017
/usr/bin/jq \
21-
/usr/bin/xvfb-run \
2218
/usr/bin/tox \
2319
/usr/bin/podman \
2420
/usr/bin/g++ \
2521
/usr/bin/pipetty \
2622
/usr/bin/shellcheck \
27-
mesa-dri-drivers \
2823
python3-gobject \
2924
--nodocs \
3025
--setopt install_weak_deps=False \
@@ -37,9 +32,3 @@ RUN adduser -d /home/github-actions -m -u 1042 -U -G users,adm github-actions \
3732

3833
VOLUME /var/lib/containers
3934
VOLUME /home/github-actions
40-
41-
# Avoid D-Bus access
42-
ENV GTK_A11Y=none
43-
44-
# Avoid Mesa errors
45-
ENV LIBGL_ALWAYS_SOFTWARE=true

0 commit comments

Comments
 (0)