Skip to content

Commit

Permalink
doh, making that executable
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian.Berzins committed Oct 18, 2016
1 parent c0b69b4 commit 03175e0
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 @@ -5,4 +5,5 @@ RUN apk add --update libintl && \
cp /usr/bin/envsubst /usr/local/bin/envsubst && \
apk del gettext
RUN mkdir /root/.kube
ADD https://storage.googleapis.com/kubernetes-release/release/v1.4.1/bin/linux/amd64/kubectl kubectl
ADD https://storage.googleapis.com/kubernetes-release/release/v1.4.1/bin/linux/amd64/kubectl /usr/local/bin/kubectl
RUN chmod a+x /usr/local/bin/kubectl

0 comments on commit 03175e0

Please sign in to comment.