From 2815f758dcad8362f3a404016f57c8d46bd50660 Mon Sep 17 00:00:00 2001 From: qpismont Date: Tue, 7 Jul 2026 19:40:29 +0200 Subject: [PATCH] Update Containerfile --- Containerfile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Containerfile b/Containerfile index 8046423..4408038 100644 --- a/Containerfile +++ b/Containerfile @@ -1,8 +1,7 @@ FROM registry.fedoraproject.org/fedora-bootc:44 #Install copr command -RUN dnf5 install 'dnf5-command(copr)' -y && \ - dnf copr enable lionheartp/Hyprland -y +RUN dnf5 install 'dnf5-command(copr)' -y #Ajout du dépot vscode RUN rpm --import https://packages.microsoft.com/keys/microsoft.asc \ @@ -28,8 +27,6 @@ RUN dnf install -y --refresh \ podman \ rsync \ code \ - niri \ - noctalia-git \ podman-docker \ podman-compose \ fuse-overlayfs \