From 9e9b22a0514d3c832e3743f3ca2c00728bb9c392 Mon Sep 17 00:00:00 2001 From: qpismont Date: Thu, 29 Jan 2026 18:05:28 +0100 Subject: [PATCH] Update Containerfile --- Containerfile | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/Containerfile b/Containerfile index c53d96d..4916c1f 100644 --- a/Containerfile +++ b/Containerfile @@ -9,7 +9,7 @@ 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 \ - @kde-desktop-environment \ + @gnome-desktop \ @hardware-support \ @development-tools \ @multimedia \ @@ -48,16 +48,11 @@ RUN dnf install -y \ gstreamer1-plugins-base \ gstreamer1-vaapi \ ffmpeg \ - && dnf remove -y snapshot PackageKit PackageKit-gstreamer-plugin PackageKit-command-not-found toolbox || true \ + && dnf remove -y gnome-software gnome-software-rpm-ostree gnome-system-monitor showtime decibels snapshot PackageKit PackageKit-gstreamer-plugin PackageKit-command-not-found toolbox || true \ && dnf clean all \ && rm -rf /var/cache/dnf -RUN DARKLY_URL=$(curl -s https://api.github.com/repos/Bali10050/Darkly/releases/latest | jq -r '.assets[] | select(.name | contains("fc43.x86_64") and endswith(".rpm")) | .browser_download_url') \ - && wget "$DARKLY_URL" -O /tmp/darkly.rpm \ - && dnf install -y /tmp/darkly.rpm \ - && rm -f /tmp/darkly.rpm - #Installation de Filen Desktop RUN wget https://cdn.filen.io/@filen/desktop/release/latest/Filen_linux_x86_64.rpm -O /tmp/filen.rpm \ && dnf install -y /tmp/filen.rpm \ @@ -100,5 +95,5 @@ RUN systemctl set-default graphical.target #Activation des services + Desactivation de bootc-update automatique RUN systemctl preset-all && \ - systemctl enable sddm.service NetworkManager.service bluetooth.service podman.socket cups.service mullvad-daemon.service && \ - systemctl mask bootc-fetch-apply-updates.timer atd.service logrotate.service plocate-updatedb.service plocate-updatedb.timer \ No newline at end of file + systemctl enable gdm.service NetworkManager.service bluetooth.service podman.socket cups.service mullvad-daemon.service && \ + systemctl mask bootc-fetch-apply-updates.timer \ No newline at end of file