feat: include git in image
All checks were successful
build-terraform-alpine / build-image (push) Successful in 35s
All checks were successful
build-terraform-alpine / build-image (push) Successful in 35s
This commit is contained in:
@@ -3,6 +3,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 && \
|
||||
wget https://releases.hashicorp.com/${PRODUCT}/${VERSION}/${PRODUCT}_${VERSION}_linux_amd64.zip && \
|
||||
|
||||
Reference in New Issue
Block a user