From b1c5a6d71c3603bea23f587ec6c6e2a04259fc26 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Wed, 13 Aug 2025 21:50:43 -0500 Subject: [PATCH] install git, rpmsign --- Containerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Containerfile b/Containerfile index ea284e9..aa71705 100644 --- a/Containerfile +++ b/Containerfile @@ -3,7 +3,9 @@ FROM git.pyrocufflink.net/containerimages/dch-base RUN --mount=type=cache,target=/var/cache \ microdnf install -y \ --setopt install_weak_deps=0 \ + git-core \ mock \ mock-core-configs \ rpm-build \ + rpm-sign \ && :