From 5dcb8ba7c886a68bbe72b6061df86d49e3710482 Mon Sep 17 00:00:00 2001 From: qpismont Date: Fri, 24 Apr 2026 19:37:02 +0200 Subject: [PATCH] Replace podman-docker with docker-cli --- Containerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 \