update container file
ci/woodpecker/push/ci Pipeline failed

This commit is contained in:
2026-05-04 18:34:25 +02:00
parent 5dcb8ba7c8
commit 3f41688f78
+9 -3
View File
@@ -5,7 +5,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 #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 \
@@ -25,6 +25,8 @@ RUN dnf install -y \
docker-cli \ docker-cli \
rsync \ rsync \
mullvad-vpn \ mullvad-vpn \
plasma-login-manager \
kcm-plasmalogin \
podman-compose \ podman-compose \
fuse-overlayfs \ fuse-overlayfs \
cups \ cups \
@@ -45,11 +47,15 @@ RUN dnf install -y \
gstreamer1-plugins-base \ gstreamer1-plugins-base \
gstreamer1-vaapi \ gstreamer1-vaapi \
ffmpeg \ ffmpeg \
&& 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 remove -y sddm snapshot PackageKit PackageKit-gstreamer-plugin PackageKit-command-not-found toolbox || true \
&& dnf install -y flatpak \ && dnf install -y flatpak \
&& dnf clean all \ && dnf clean all \
&& rm -rf /var/cache/dnf && 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 #Installation de Filen Desktop
RUN wget https://cdn.filen.io/@filen/desktop/release/latest/Filen_linux_x86_64.rpm -O /tmp/filen.rpm \ RUN wget https://cdn.filen.io/@filen/desktop/release/latest/Filen_linux_x86_64.rpm -O /tmp/filen.rpm \
@@ -107,5 +113,5 @@ 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 --force plasmalogin.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