install git, rpmsign
ContainerImages/build.rpm/pipeline/head This commit looks good Details

main
Dustin 2025-08-13 21:50:43 -05:00
parent c730a1ee69
commit b1c5a6d71c
1 changed files with 2 additions and 0 deletions

View File

@ -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 \
&& :