Files
helm-ci-image/Dockerfile
lucasdpt 24f4f5250c
Some checks failed
Release / release (push) Has been cancelled
feat: init commit
2025-09-24 22:30:34 +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