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 0998459 commit 7392cd3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ RUN set -ex \
&& rm -rf linux-amd64

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

COPY entrypoint.sh /entrypoint.sh
Expand Down

0 comments on commit 7392cd3

Please sign in to comment.