diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2020-12-02 16:34:20 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2020-12-02 16:34:20 +0100 |
commit | 77e32d218322ff8439686ba3b864e744bc2b4e0a (patch) | |
tree | ebe0cbac2d19a0f0c7f99732584a685861744260 | |
parent | cace604fe122dad0dcc2e0f736a6456ec07cbdd3 (diff) | |
download | podman-docker-builder-77e32d218322ff8439686ba3b864e744bc2b4e0a.tar.gz |
add jq
-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. |