Skip to content

Commit

Permalink
Toolbox - Remove unnecessary helm init command (#306)
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerauerbeck authored Mar 9, 2020
1 parent 0ca6428 commit edbc058
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tool-box/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ RUN mkdir -m 775 $HOME && \
pip3 install git+https://github.com/ansible/[email protected]

RUN curl -s https://get.helm.sh/helm-v3.1.1-linux-amd64.tar.gz | tar -xvz && \
chmod u+x linux-amd64/helm && mv linux-amd64/helm /usr/local/bin/ && rm -rf linux-amd64 && \
helm init --client-only
chmod u+x linux-amd64/helm && mv linux-amd64/helm /usr/local/bin/ && rm -rf linux-amd64

RUN curl -sL https://github.com/tektoncd/cli/releases/download/v0.3.1/tkn_0.3.1_Linux_x86_64.tar.gz | tar --no-same-owner -xvz -C /usr/local/bin/ tkn

Expand Down

0 comments on commit edbc058

Please sign in to comment.