Enhance Containerfile: Refine GNOME installation by adding essential packages and removing unnecessary ones for improved functionality
Some checks failed
ci/woodpecker/push/ci Pipeline failed

This commit is contained in:
2025-10-30 13:27:12 +01:00
parent 53e7aea7fa
commit 0035a52b25

View File

@@ -9,9 +9,36 @@ 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 #Install de gnome avec support hardware + Podman + Cups + Vulkan driver + Plymouth + dev tools + divers utilitaires
RUN dnf install -y \ RUN dnf install -y \
@gnome-desktop \ @base-x \
@hardware-support \ @hardware-support \
@development-tools \ @development-tools \
gnome-initial-setup \
gdm \
gnome-shell \
gnome-session \
xdg-desktop-portal \
xdg-desktop-portal-gnome \
xdg-desktop-portal-gtk \
ptyxis \
nautilus \
gnome-control-center \
gnome-settings-daemon \
gnome-keyring \
gnome-calculator \
gnome-clocks \
gnome-calendar \
gnome-text-editor \
gnome-menus \
ffmpegthumbnailer \
glycin-thumbnailer \
gnome-epub-thumbnailer \
totem-video-thumbnailer \
papers-nautilus \
papers \
loupe \
sushi \
gnome-weather \
snapshot \
gstreamer1 \ gstreamer1 \
gstreamer1-plugins-base \ gstreamer1-plugins-base \
gstreamer1-plugins-good \ gstreamer1-plugins-good \
@@ -26,10 +53,12 @@ RUN dnf install -y \
buildah \ buildah \
podman \ podman \
podman-docker \ podman-docker \
ffmpegthumbnailer \ podman-compose \
fuse-overlayfs \ fuse-overlayfs \
cups \ cups \
dconf \ dconf \
jq \
htop \
cups-pdf \ cups-pdf \
vulkan-loader \ vulkan-loader \
vulkan-tools \ vulkan-tools \
@@ -40,11 +69,10 @@ RUN dnf install -y \
libva-utils \ libva-utils \
xorg-x11-drv-amdgpu \ xorg-x11-drv-amdgpu \
plymouth \ plymouth \
wget \
plymouth-system-theme \ plymouth-system-theme \
plymouth-plugin-label \ plymouth-plugin-label \
plymouth-plugin-fade-throbber \ plymouth-plugin-fade-throbber \
podman-compose \ wget \
mullvad-vpn \ mullvad-vpn \
kernel-modules \ kernel-modules \
kernel-modules-extra \ kernel-modules-extra \
@@ -52,7 +80,7 @@ RUN dnf install -y \
evtest \ evtest \
libusb \ libusb \
usbutils \ usbutils \
&& dnf remove -y gnome-software gnome-software-rpm-ostree gnome-system-monitor showtime decibels || true \ && dnf remove -y gnome-software gnome-software-rpm-ostree || true \
&& dnf clean all \ && dnf clean all \
&& rm -rf /var/cache/dnf && rm -rf /var/cache/dnf