1
0
Fork 0

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

This is how _setuptools_scm_ creates the dynamic version string.  Not
sure how it worked once without it 🤔
master
Dustin 2025-08-13 07:59:43 -05:00
parent bc7384bd98
commit 870d484f4b
1 changed files with 1 additions and 0 deletions

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 \