diff options
-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 |