From 68e68bb5f3c70df2518f88c47fe125e9f535931c Mon Sep 17 00:00:00 2001 From: qpismont Date: Wed, 22 Oct 2025 11:46:47 +0200 Subject: [PATCH] Replace dnf config-manager command with curl to add Mullvad repository in Containerfile --- Containerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Containerfile b/Containerfile index aeacbac..8e88479 100644 --- a/Containerfile +++ b/Containerfile @@ -5,8 +5,7 @@ RUN rpm --import https://packages.microsoft.com/keys/microsoft.asc \ && echo -e "[code]\nname=Visual Studio Code\nbaseurl=https://packages.microsoft.com/yumrepos/vscode\nenabled=1\nautorefresh=1\ntype=rpm-md\ngpgcheck=1\ngpgkey=https://packages.microsoft.com/keys/microsoft.asc" | tee /etc/yum.repos.d/vscode.repo > /dev/null #Ajout du dépot mullvad -RUN dnf config-manager addrepo --from-repofile=https://repository.mullvad.net/rpm/stable/mullvad.repo - +RUN curl -fsSL https://repository.mullvad.net/rpm/stable/mullvad.repo -o /etc/yum.repos.d/mullvad.repo #Install de gnome avec support hardware + Podman + Cups + Vulkan driver + Plymouth RUN dnf install -y \