4 lines
98 B
Text
4 lines
98 B
Text
|
FROM library/alpine:3.20
|
||
|
RUN apk add --no-cache nodejs git bash helm kubectl
|
||
|
RUN mkdir -p ~/.kube
|