aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2020-12-10 15:41:22 +0100
committerGerd Hoffmann <kraxel@redhat.com>2020-12-10 15:41:22 +0100
commitf7d9e80dcba13466eae7ffa111d2faf3d927b5ce (patch)
tree90dcf21593960651caf904c1ef9e01efa8c5a7eb
parent77e32d218322ff8439686ba3b864e744bc2b4e0a (diff)
downloadpodman-docker-builder-f7d9e80dcba13466eae7ffa111d2faf3d927b5ce.tar.gz
set container-tools module version
-rwxr-xr-xconfigure-podman1
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