Files
helm-ci-image/Dockerfile
lucasdpt 5d6f4c55c0
All checks were successful
Release / release (push) Successful in 5m56s
feat: init commit
2025-09-24 23:04:59 +02:00

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