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

@@ -3,6 +3,8 @@ FROM alpine:latest
ARG PRODUCT ARG PRODUCT
ARG VERSION ARG VERSION
RUN apk add --no-cache git
RUN apk add --update --virtual .deps --no-cache gnupg && \ RUN apk add --update --virtual .deps --no-cache gnupg && \
cd /tmp && \ cd /tmp && \
wget https://releases.hashicorp.com/${PRODUCT}/${VERSION}/${PRODUCT}_${VERSION}_linux_amd64.zip && \ wget https://releases.hashicorp.com/${PRODUCT}/${VERSION}/${PRODUCT}_${VERSION}_linux_amd64.zip && \