diff --git a/Containerfile b/Containerfile index cf64be6..81fde79 100644 --- a/Containerfile +++ b/Containerfile @@ -3,7 +3,6 @@ FROM registry.fedoraproject.org/fedora-bootc:44 #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 \ @@ -23,8 +22,8 @@ RUN dnf install -y \ distrobox \ buildah \ podman \ + docker-cli \ rsync \ - podman-docker \ mullvad-vpn \ podman-compose \ fuse-overlayfs \