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:
@@ -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 && \
|
||||
|
||||
Reference in New Issue
Block a user