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

Commit 1d4dbb9

Browse files
committed
Remove unused software
1 parent 21bc23b commit 1d4dbb9

1 file changed

Lines changed: 1 addition & 12 deletions

File tree

Dockerfile

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ RUN dnf update -y && \
77
/usr/bin/meson \
88
/usr/bin/glib-compile-schemas \
99
/usr/bin/update-desktop-database \
10-
/usr/bin/gjs \
1110
/usr/bin/gtk-builder-tool \
1211
/usr/bin/gtk4-builder-tool \
1312
/usr/bin/xsltproc \
@@ -17,23 +16,13 @@ RUN dnf update -y && \
1716
/usr/bin/msgmerge \
1817
/usr/bin/msgcmp \
1918
/usr/bin/desktop-file-validate \
20-
/usr/bin/patch \
21-
/usr/bin/diff \
22-
/usr/bin/jq \
23-
/usr/bin/zip \
24-
/usr/bin/unzip \
2519
/usr/bin/xvfb-run \
2620
/usr/bin/tox \
2721
/usr/bin/podman \
2822
/usr/bin/g++ \
29-
/usr/bin/reuse \
30-
/usr/bin/script \
31-
/usr/bin/lsdiff \
32-
colorized-logs \
23+
/usr/bin/pipetty \
3324
mesa-dri-drivers \
3425
python3-gobject \
35-
python3-setproctitle \
36-
ImageMagick-libs \
3726
--nodocs \
3827
--setopt install_weak_deps=False \
3928
&& dnf clean all -y

0 commit comments

Comments
 (0)