build: Install git in build stage
infra/dch-webhooks/pipeline/head There was a failure building this commit
Details
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
parent
bc7384bd98
commit
870d484f4b
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue