From 22cad97c67d988e3a7231e9f3eb5c87c6d090155 Mon Sep 17 00:00:00 2001 From: Thomas Belway Date: Mon, 17 Mar 2025 16:24:52 -0400 Subject: [PATCH] adding jq for podman manifest parsing --- podman/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/podman/Containerfile b/podman/Containerfile index 733b290..fc01533 100644 --- a/podman/Containerfile +++ b/podman/Containerfile @@ -28,7 +28,7 @@ ARG FLAVOR=stable RUN echo -e "\n\n# Added during image build" >> /etc/dnf/dnf.conf && \ echo -e "minrate=100\ntimeout=60\n" >> /etc/dnf/dnf.conf -ARG INSTALL_RPMS="podman fuse-overlayfs openssh-clients ucpp" +ARG INSTALL_RPMS="fuse-overlayfs jq openssh-clients podman ucpp" # Don't include container-selinux and remove # directories used by dnf that are just taking