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 \