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