diff options
Diffstat (limited to 'configure-podman')
-rwxr-xr-x | configure-podman | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure-podman b/configure-podman index 4bdbebd..86831df 100755 --- a/configure-podman +++ b/configure-podman @@ -5,7 +5,7 @@ echo "# update & install packages" dnf update -y -dnf install -y podman podman-docker buildah skopeo +dnf install -y podman podman-docker buildah skopeo jq dnf clean all -y # storage: can't use overlay, docker does that already and it can't be nested. |