feat: include git in image
All checks were successful
build-terraform-alpine / build-image (push) Successful in 35s

This commit is contained in:
2025-01-23 22:16:41 +00:00
parent ef30107f01
commit d13d81f82f

View File

@@ -2,6 +2,8 @@ FROM alpine:latest
ARG PRODUCT
ARG VERSION
RUN apk add --no-cache git
RUN apk add --update --virtual .deps --no-cache gnupg && \
cd /tmp && \