Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Goodsmileduck authored Dec 30, 2021
1 parent 7392cd3 commit 1ae3ce0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ RUN set -ex \
&& rm -rf linux-amd64

RUN apk add --virtual .helm-build-deps git make \
&& helm plugin install https://github.com/chartmuseum/helm-push.git \
&& helm plugin install https://github.com/chartmuseum/helm-push.git --version ${HELM_PLUGIN_PUSH_VERSION} \
&& rm -rf /opt/helm/plugins/https-github.com-chartmuseum-helm-push.git \
&& apk del --purge .helm-build-deps

COPY entrypoint.sh /entrypoint.sh
Expand Down

0 comments on commit 1ae3ce0

Please sign in to comment.