Add missing dnf plugin
Some checks failed
ci/woodpecker/push/ci Pipeline failed

This commit is contained in:
2025-12-18 19:14:58 +01:00
parent 25db8bf7b9
commit c5274e7fac

View File

@@ -4,7 +4,7 @@ FROM registry.fedoraproject.org/fedora-bootc:43
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 #Ajout du dépot darkly
RUN dnf copr enable deltacopy/darkly RUN dnf5 install 'dnf5-command(copr)' && 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 \