initial
This commit is contained in:
parent
2015c48236
commit
2e355dd1a8
@ -1,6 +1,10 @@
|
|||||||
FROM alpine:edge AS env
|
FROM alpine:edge AS env
|
||||||
COPY --chmod=755 docker-entrypoint.sh /
|
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
|
WORKDIR /helm
|
||||||
RUN apk update
|
RUN apk update
|
||||||
RUN apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/testing helm
|
RUN apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/testing helm
|
||||||
|
Loading…
Reference in New Issue
Block a user