From 569b90af85a84fefd1b0a6323243d9c52d2ad3d3 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Wed, 16 Dec 2020 13:57:23 +0100 Subject: try switch to podman2 --- configure-podman | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure-podman b/configure-podman index 2fafa59..dc5554b 100755 --- a/configure-podman +++ b/configure-podman @@ -5,7 +5,7 @@ echo "# update & install packages" dnf update -y -dnf module -y enable container-tools:2.0 +#dnf module -y enable container-tools:2.0 dnf install -y podman podman-docker buildah skopeo jq dnf clean all -y -- cgit