From 6cd88a70efe592331bdedc9627c6cf1271be0852 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Wed, 7 Feb 2024 12:22:13 -0600 Subject: [PATCH] Install buildah --- Containerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Containerfile b/Containerfile index 1e33fa0..5f1991b 100644 --- a/Containerfile +++ b/Containerfile @@ -24,6 +24,7 @@ FROM registry.fedoraproject.org/fedora-minimal:39 RUN --mount=type=cache,target=/var/cache \ microdnf install -y \ + buildah \ dosfstools \ gettext-envsubst \ squashfs-tools \