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

This commit is contained in:
2025-01-23 22:26:54 +00:00
parent 379ffe417b
commit cddcc857ef

View File

@@ -3,7 +3,7 @@ FROM alpine:latest
ARG PRODUCT
ARG VERSION
RUN apk add --no-cache git npm
RUN apk add --no-cache git npm bash
RUN apk add --update --virtual .deps --no-cache gnupg && \
cd /tmp && \