1
0

build: Install git in build stage
Some checks failed
infra/dch-webhooks/pipeline/head There was a failure building this commit

This is how _setuptools_scm_ creates the dynamic version string.  Not
sure how it worked once without it 🤔
This commit is contained in:
2025-08-13 07:59:43 -05:00
parent bc7384bd98
commit 870d484f4b

View File

@@ -3,6 +3,7 @@ FROM git.pyrocufflink.net/containerimages/dch-base AS build
RUN --mount=type=cache,target=/var/cache \
microdnf install -y \
--setopt install_weak_deps=0 \
git-core \
python3 \
python3-pip \
python3-setuptools \