diff --git a/Containerfile b/Containerfile index 52ae91c..fb1fac9 100644 --- a/Containerfile +++ b/Containerfile @@ -1,5 +1,9 @@ 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 + #Install de gnome avec support hardware + Podman + Cups + Vulkan driver + Plymouth + dev tools + divers utilitaires RUN dnf install -y \ @gnome-desktop \ @@ -19,6 +23,7 @@ RUN dnf install -y \ buildah \ podman \ rsync \ + code \ podman-docker \ podman-compose \ fuse-overlayfs \