infra/containers/deployer/Containerfile

4 lines
98 B
Text
Raw Normal View History

2024-10-30 06:16:00 +00:00
FROM library/alpine:3.20
RUN apk add --no-cache nodejs git bash helm kubectl
RUN mkdir -p ~/.kube