From cc27b4d7954b6eb462fa0cc20f7634c9e5b6ce28 Mon Sep 17 00:00:00 2001 From: Arun Babu Neelicattu Date: Tue, 2 Jun 2026 22:06:14 +0200 Subject: [PATCH] feat: add patch, unzip, bzip2, and zstd dependencies to builder --- Containerfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Containerfile b/Containerfile index 205c53b..01531db 100644 --- a/Containerfile +++ b/Containerfile @@ -46,6 +46,10 @@ RUN microdnf install -y --setopt=install_weak_deps=0 --nodocs \ python3-pip \ gobject-introspection \ cairo \ + patch \ + unzip \ + bzip2 \ + zstd \ && microdnf clean all \ && rm -rf /var/cache/dnf /var/lib/dnf/history*