From 021fbbbe1207a3b236e0512c61055316a8a535c9 Mon Sep 17 00:00:00 2001 From: Sanne Raymaekers Date: Thu, 7 May 2026 13:52:35 +0200 Subject: [PATCH] rhel-10-installer: add fuse-overlayfs Anaconda needs this in order to deploy the payload container. It seems the containers-common package is missing a dependency. --- rhel-10-installer | 1 + 1 file changed, 1 insertion(+) diff --git a/rhel-10-installer b/rhel-10-installer index 25c2901..b1acb9b 100644 --- a/rhel-10-installer +++ b/rhel-10-installer @@ -36,6 +36,7 @@ RUN dnf install -y \ google-noto-sans-cjk-fonts \ xorriso \ squashfs-tools \ + fuse-overlayfs \ && dnf clean all RUN mkdir -p /usr/lib/image-builder/bootc