Replace podman-docker with docker-cli
ci/woodpecker/push/ci Pipeline failed
ci/woodpecker/cron/ci Pipeline was successful

This commit is contained in:
2026-04-24 19:37:02 +02:00
parent adbf69f571
commit 5dcb8ba7c8
+1 -2
View File
@@ -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 \