From a39542a828c23257381990c17336bf991910bc11 Mon Sep 17 00:00:00 2001 From: Maya Rashish Date: Fri, 8 Jul 2022 20:26:33 +0300 Subject: [PATCH] Add podman to bootstrap images Signed-off-by: Maya Rashish --- images/bootstrap/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/images/bootstrap/Dockerfile b/images/bootstrap/Dockerfile index e203949963..44429b829c 100644 --- a/images/bootstrap/Dockerfile +++ b/images/bootstrap/Dockerfile @@ -53,6 +53,7 @@ RUN dnf install -y \ skopeo \ sudo \ buildah \ + podman \ qemu-user-static \ wget &&\ dnf -y clean all