diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2020-12-10 15:44:43 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2020-12-10 15:44:43 +0100 |
commit | c6976f51c254b930dbe2ff479749f14e162f1742 (patch) | |
tree | 692d35827df23414a80fd2175ecba505c9ac6268 | |
parent | f7d9e80dcba13466eae7ffa111d2faf3d927b5ce (diff) | |
download | podman-docker-builder-c6976f51c254b930dbe2ff479749f14e162f1742.tar.gz |
--yes
-rwxr-xr-x | configure-podman | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure-podman b/configure-podman index d43e93f..c2c4016 100755 --- a/configure-podman +++ b/configure-podman @@ -5,7 +5,7 @@ echo "# update & install packages" dnf update -y -dnf module 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 |