aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2020-12-02 16:34:20 +0100
committerGerd Hoffmann <kraxel@redhat.com>2020-12-02 16:34:20 +0100
commit77e32d218322ff8439686ba3b864e744bc2b4e0a (patch)
treeebe0cbac2d19a0f0c7f99732584a685861744260
parentcace604fe122dad0dcc2e0f736a6456ec07cbdd3 (diff)
downloadpodman-docker-builder-77e32d218322ff8439686ba3b864e744bc2b4e0a.tar.gz
add jq
-rwxr-xr-xconfigure-podman2
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.