From 3d9dd0ecf2ae207f05c06534b2344e31d1615edf Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Wed, 7 Feb 2024 13:00:36 -0600 Subject: [PATCH] Install libconfuse This is is a dependency of `genimage`. --- Containerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Containerfile b/Containerfile index e6d9e8a..9260522 100644 --- a/Containerfile +++ b/Containerfile @@ -27,6 +27,7 @@ RUN --mount=type=cache,target=/var/cache \ buildah \ dosfstools \ gettext-envsubst \ + libconfuse \ squashfs-tools \ tar \ zstd \