feat: install npm
All checks were successful
build-terraform-alpine / build-image (push) Successful in 54s

This commit is contained in:
2025-01-23 22:18:59 +00:00
parent d13d81f82f
commit 379ffe417b

View File

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