From 07ad73306cda4bbfe81e3c8739d1ed836ce8c80c Mon Sep 17 00:00:00 2001 From: qpismont Date: Thu, 23 Apr 2026 19:24:01 +0200 Subject: [PATCH] Update Containerfile --- Containerfile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/Containerfile b/Containerfile index bee8330..6217d2c 100644 --- a/Containerfile +++ b/Containerfile @@ -1,9 +1,5 @@ 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 @@ -23,9 +19,7 @@ RUN dnf install -y \ glibc-langpack-fr \ langpacks-core-fr \ langpacks-fr \ - flatpak \ distrobox \ - code \ buildah \ podman \ rsync \ @@ -52,6 +46,7 @@ RUN dnf install -y \ gstreamer1-vaapi \ ffmpeg \ && dnf remove -y gnome-software gnome-software-rpm-ostree gnome-system-monitor showtime decibels snapshot PackageKit PackageKit-gstreamer-plugin PackageKit-command-not-found toolbox || true \ + && dnf install -y flatpak \ && dnf clean all \ && rm -rf /var/cache/dnf