diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2020-12-10 15:41:22 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2020-12-10 15:41:22 +0100 |
commit | f7d9e80dcba13466eae7ffa111d2faf3d927b5ce (patch) | |
tree | 90dcf21593960651caf904c1ef9e01efa8c5a7eb | |
parent | 77e32d218322ff8439686ba3b864e744bc2b4e0a (diff) | |
download | podman-docker-builder-f7d9e80dcba13466eae7ffa111d2faf3d927b5ce.tar.gz |
set container-tools module version
-rwxr-xr-x | configure-podman | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure-podman b/configure-podman index 86831df..d43e93f 100755 --- a/configure-podman +++ b/configure-podman @@ -5,6 +5,7 @@ echo "# update & install packages" dnf update -y +dnf module enable container-tools:2.0 dnf install -y podman podman-docker buildah skopeo jq dnf clean all -y |