From 6c230e023758ee4d34d7d9b30d27c1d5f9657224 Mon Sep 17 00:00:00 2001 From: qpismont Date: Thu, 28 May 2026 15:29:45 +0200 Subject: [PATCH] Update Containerfile --- Containerfile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 90c243f..cb3ea23 100644 --- a/Containerfile +++ b/Containerfile @@ -1,9 +1,12 @@ FROM registry.fedoraproject.org/fedora-bootc:44 +#Ajout du dépot vscode +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 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 + dev tools + divers utilitaires RUN dnf install -y \ @gnome-desktop \ @@ -20,6 +23,7 @@ RUN dnf install -y \ langpacks-core-fr \ langpacks-fr \ distrobox \ + code \ buildah \ podman \ rsync \