Skip to content

Commit

Permalink
Ensure kubectl is installed
Browse files Browse the repository at this point in the history
  • Loading branch information
jspc committed Jul 26, 2019
1 parent 10a39bb commit 0981b77
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,6 @@ RUN apt-get update && \
unzip terraform_0.12.5_linux_amd64.zip -d /usr/bin && \
pip3 install awscli && \
wget https://get.helm.sh/helm-v2.14.0-linux-amd64.tar.gz && \
tar xvf helm-v2.14.0-linux-amd64.tar.gz -C /usr/bin --strip 1
tar xvf helm-v2.14.0-linux-amd64.tar.gz -C /usr/bin --strip 1 && \
wget https://storage.googleapis.com/kubernetes-release/release/v1.15.0/bin/linux/amd64/kubectl && \
install -m 755 kubectl /usr/bin

0 comments on commit 0981b77

Please sign in to comment.