Switch to KDE, enable darkly, remove VSCode
Some checks failed
ci/woodpecker/push/ci Pipeline failed

This commit is contained in:
2025-12-18 19:12:41 +01:00
parent 96fd2a7a57
commit 25db8bf7b9

View File

@@ -1,15 +1,14 @@
FROM registry.fedoraproject.org/fedora-bootc:43 FROM registry.fedoraproject.org/fedora-bootc:43
#Ajout du dépot vscode
RUN rpm --import https://packages.microsoft.com/keys/microsoft.asc \
&& echo -e "[code]\nname=Visual Studio Code\nbaseurl=https://packages.microsoft.com/yumrepos/vscode\nenabled=1\nautorefresh=1\ntype=rpm-md\ngpgcheck=1\ngpgkey=https://packages.microsoft.com/keys/microsoft.asc" | tee /etc/yum.repos.d/vscode.repo > /dev/null
#Ajout du dépot mullvad #Ajout du dépot mullvad
RUN curl -fsSL https://repository.mullvad.net/rpm/stable/mullvad.repo -o /etc/yum.repos.d/mullvad.repo RUN curl -fsSL https://repository.mullvad.net/rpm/stable/mullvad.repo -o /etc/yum.repos.d/mullvad.repo
#Ajout du dépot darkly
RUN dnf copr enable deltacopy/darkly
#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 \ @kde-desktop-environment \
@hardware-support \ @hardware-support \
@development-tools \ @development-tools \
@multimedia \ @multimedia \
@@ -17,11 +16,11 @@ RUN dnf install -y \
glibc-langpack-fr \ glibc-langpack-fr \
langpacks-core-fr \ langpacks-core-fr \
langpacks-fr \ langpacks-fr \
code \
flatpak \ flatpak \
distrobox \ distrobox \
buildah \ buildah \
podman \ podman \
darkly \
podman-docker \ podman-docker \
podman-compose \ podman-compose \
fuse-overlayfs \ fuse-overlayfs \
@@ -97,14 +96,12 @@ RUN echo "xpad" > /etc/modules-load.d/xpad.conf
RUN echo "GST_VAAPI_ALL_DRIVERS=0" >> /etc/environment RUN echo "GST_VAAPI_ALL_DRIVERS=0" >> /etc/environment
# Ajout de flathub avec des apps par défaut # Ajout de flathub avec des apps par défaut
RUN flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo \ 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
#Définir le target graphique par défaut #Définir le target graphique par défaut
RUN systemctl set-default graphical.target RUN systemctl set-default graphical.target
#Activation des services + Desactivation de bootc-update automatique #Activation des services + Desactivation de bootc-update automatique
RUN systemctl preset-all && \ RUN systemctl preset-all && \
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 systemctl mask bootc-fetch-apply-updates.timer