From 92e9f105c8d547bb2384f14a46401b71bf68cca6 Mon Sep 17 00:00:00 2001 From: qpismont Date: Mon, 30 Mar 2026 23:14:21 +0200 Subject: [PATCH] Update Containerfile --- Containerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Containerfile b/Containerfile index 6c48d9a..8ba781f 100644 --- a/Containerfile +++ b/Containerfile @@ -7,6 +7,8 @@ RUN rpm --import https://packages.microsoft.com/keys/microsoft.asc \ #Ajout du dépot mullvad RUN curl -fsSL https://repository.mullvad.net/rpm/stable/mullvad.repo -o /etc/yum.repos.d/mullvad.repo +RUN dnf install -y 'dnf5-command(copr)' + #Ajout du dépot Niri desktop RUN dnf copr enable yalter/niri -y