From 0035a52b255c4bbbe555e60f4564aa498cf363a1 Mon Sep 17 00:00:00 2001 From: qpismont Date: Thu, 30 Oct 2025 13:27:12 +0100 Subject: [PATCH] Enhance Containerfile: Refine GNOME installation by adding essential packages and removing unnecessary ones for improved functionality --- Containerfile | 38 +++++++++++++++++++++++++++++++++----- 1 file changed, 33 insertions(+), 5 deletions(-) diff --git a/Containerfile b/Containerfile index 7e24873..c3bafc2 100644 --- a/Containerfile +++ b/Containerfile @@ -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 RUN dnf install -y \ - @gnome-desktop \ + @base-x \ @hardware-support \ @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-plugins-base \ gstreamer1-plugins-good \ @@ -26,10 +53,12 @@ RUN dnf install -y \ buildah \ podman \ podman-docker \ - ffmpegthumbnailer \ + podman-compose \ fuse-overlayfs \ cups \ dconf \ + jq \ + htop \ cups-pdf \ vulkan-loader \ vulkan-tools \ @@ -40,11 +69,10 @@ RUN dnf install -y \ libva-utils \ xorg-x11-drv-amdgpu \ plymouth \ - wget \ plymouth-system-theme \ plymouth-plugin-label \ plymouth-plugin-fade-throbber \ - podman-compose \ + wget \ mullvad-vpn \ kernel-modules \ kernel-modules-extra \ @@ -52,7 +80,7 @@ RUN dnf install -y \ evtest \ libusb \ 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 \ && rm -rf /var/cache/dnf