This commit is contained in:
Fritz Schaal 2022-02-12 15:58:07 +01:00
parent 2015c48236
commit 2e355dd1a8

View File

@ -1,6 +1,10 @@
FROM alpine:edge AS env
COPY --chmod=755 docker-entrypoint.sh /
RUN mkdir /helm/ && chmod 777 /helm
RUN mkdir -vp \
/helm/.cache/helm \
/helm/.config/helm \
/helm/.local/share/helm \
&& chmod -R 777 /helm
WORKDIR /helm
RUN apk update
RUN apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/testing helm