From c76f68b69c03db9ab08c9ade479897014f029056 Mon Sep 17 00:00:00 2001 From: qpismont Date: Thu, 11 Dec 2025 20:07:27 +0100 Subject: [PATCH] Enhance Containerfile: Install dnf5-command before enabling DMS repository for improved package management --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index cbc2372..b13e0c8 100644 --- a/Containerfile +++ b/Containerfile @@ -8,7 +8,7 @@ RUN rpm --import https://packages.microsoft.com/keys/microsoft.asc \ RUN curl -fsSL https://repository.mullvad.net/rpm/stable/mullvad.repo -o /etc/yum.repos.d/mullvad.repo #Ajout du dépot avengemedia pour DMS (DankMaterialShell) -RUN dnf copr enable avengemedia/dms -y +RUN dnf install -y 'dnf5-command(copr)' && dnf copr enable avengemedia/dms -y #Ajout du dépot Niri desktop RUN dnf copr enable yalter/niri -y