diff --git a/Containerfile b/Containerfile index 8fdef58..18d2f41 100644 --- a/Containerfile +++ b/Containerfile @@ -9,7 +9,6 @@ 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 \ @kde-desktop-environment \ @hardware-support \ @development-tools \ @@ -98,15 +97,12 @@ RUN echo "xpad" > /etc/modules-load.d/xpad.conf RUN echo "GST_VAAPI_ALL_DRIVERS=0" >> /etc/environment # Ajout de flathub avec des apps par défaut -RUN flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo \ - && flatpak install -y --system flathub runtime/org.gnome.Platform/x86_64/49 \ - && flatpak install -y --system flathub io.github.kolunmi.Bazaar +RUN flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo #Définir le target graphique par défaut RUN systemctl set-default graphical.target #Activation des services + Desactivation de bootc-update automatique RUN systemctl preset-all && \ - rm -f /etc/systemd/system/display-manager.service && \ - systemctl enable gdm.service NetworkManager.service bluetooth.service podman.socket cups.service mullvad-daemon.service && \ + systemctl enable sddm.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