Enhance Containerfile: Streamline GNOME installation by removing unnecessary packages and retaining essential components for improved efficiency
Some checks failed
ci/woodpecker/push/ci Pipeline failed

This commit is contained in:
2025-10-30 10:50:23 +01:00
parent 06f9ebb9c6
commit 73cb92bea2

View File

@@ -9,29 +9,9 @@ RUN curl -fsSL https://repository.mullvad.net/rpm/stable/mullvad.repo -o /etc/yu
#Install de gnome avec support hardware + Podman + Cups + Vulkan driver + Plymouth + dev tools + divers utilitaires
RUN dnf install -y \
@base-x \
@gnome-desktop \
@hardware-support \
@development-tools \
gnome-initial-setup \
gdm \
gnome-shell \
gnome-session \
ptyxis \
nautilus \
gnome-control-center \
gnome-settings-daemon \
gnome-keyring \
gnome-calculator \
gnome-clocks \
gnome-calendar \
gnome-text-editor \
papers \
loupe \
gnome-weather \
glycin-thumbnailer \
gnome-epub-thumbnailer \
totem-video-thumbnailer \
sushi \
gstreamer1-plugins-base \
gstreamer1-plugins-good \
gstreamer1-plugins-bad-free \
@@ -47,7 +27,6 @@ RUN dnf install -y \
cups \
dconf \
cups-pdf \
gnome-menus \
vulkan-loader \
vulkan-tools \
mesa-vulkan-drivers \