Replace podman-docker with docker-cli
This commit is contained in:
+1
-2
@@ -3,7 +3,6 @@ FROM registry.fedoraproject.org/fedora-bootc:44
|
|||||||
#Ajout du dépot mullvad
|
#Ajout du dépot mullvad
|
||||||
RUN curl -fsSL https://repository.mullvad.net/rpm/stable/mullvad.repo -o /etc/yum.repos.d/mullvad.repo
|
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
|
#Install de gnome avec support hardware + Podman + Cups + Vulkan driver + Plymouth + dev tools + divers utilitaires
|
||||||
RUN dnf install -y \
|
RUN dnf install -y \
|
||||||
@gnome-desktop \
|
@gnome-desktop \
|
||||||
@@ -23,8 +22,8 @@ RUN dnf install -y \
|
|||||||
distrobox \
|
distrobox \
|
||||||
buildah \
|
buildah \
|
||||||
podman \
|
podman \
|
||||||
|
docker-cli \
|
||||||
rsync \
|
rsync \
|
||||||
podman-docker \
|
|
||||||
mullvad-vpn \
|
mullvad-vpn \
|
||||||
podman-compose \
|
podman-compose \
|
||||||
fuse-overlayfs \
|
fuse-overlayfs \
|
||||||
|
|||||||
Reference in New Issue
Block a user