From 30cd533529819042996eccfcbbe4b27cb63dc728 Mon Sep 17 00:00:00 2001 From: qpismont Date: Fri, 3 Jul 2026 19:12:10 +0200 Subject: [PATCH] Fix -y copr enable --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index d5c2772..8046423 100644 --- a/Containerfile +++ b/Containerfile @@ -2,7 +2,7 @@ FROM registry.fedoraproject.org/fedora-bootc:44 #Install copr command RUN dnf5 install 'dnf5-command(copr)' -y && \ - dnf copr enable lionheartp/Hyprland + dnf copr enable lionheartp/Hyprland -y #Ajout du dépot vscode RUN rpm --import https://packages.microsoft.com/keys/microsoft.asc \