From 04a5f589a7b462c26a3b9ba8db6d749f23dacb9d Mon Sep 17 00:00:00 2001 From: qpismont Date: Fri, 3 Jul 2026 19:05:35 +0200 Subject: [PATCH] Fix copr enable --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 36e724a..d5c2772 100644 --- a/Containerfile +++ b/Containerfile @@ -9,7 +9,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 #Install de gnome avec support hardware + Podman + Cups + Vulkan driver + Plymouth + dev tools + divers utilitaires -RUN dnf install -y \ +RUN dnf install -y --refresh \ @gnome-desktop \ @hardware-support \ @development-tools \