diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2020-12-16 13:57:23 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2020-12-16 13:57:23 +0100 |
commit | 569b90af85a84fefd1b0a6323243d9c52d2ad3d3 (patch) | |
tree | b07ef3546d1f80b47a5f04969466325f3ab0e3f2 | |
parent | cfe93fcd921f7b202299dc1b8e29a26da8fbc336 (diff) | |
download | podman-docker-builder-569b90af85a84fefd1b0a6323243d9c52d2ad3d3.tar.gz |
try switch to podman2
-rwxr-xr-x | configure-podman | 2 |
1 files changed, 1 insertions, 1 deletions
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 |