feat: include bash
All checks were successful
build-terraform-alpine / build-image (push) Successful in 43s
All checks were successful
build-terraform-alpine / build-image (push) Successful in 43s
This commit is contained in:
@@ -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 && \
|
||||
|
||||
Reference in New Issue
Block a user