3 lines
116 B
Docker
3 lines
116 B
Docker
FROM alpine/helm:3.19.0
|
|
RUN apk add --no-cache nodejs npm git bash curl ca-certificates \
|
|
&& update-ca-certificates |