diff --git a/Jenkinsfile b/Jenkinsfile index 193e7fe..70cae54 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -53,6 +53,9 @@ podTemplate( stage("Build Binary") { container("compile") { sh """ + if [ ! -f "/usr/bin/git" ] || [ ! -x "/usr/bin/git" ]; then + apk add --no-cache git + fi apk add --no-cache gcc musl-dev upx GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -v -ldflags="-s -w" -tags timetzdata -o pihole-zone-generator ./cmd/bind upx --lzma pihole-zone-generator