Skip to content

Commit

Permalink
feat: adding azure cli
Browse files Browse the repository at this point in the history
  • Loading branch information
Philippe committed Nov 30, 2021
1 parent 1ba73db commit 83bfa49
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM vault
ENV KUBEVERSION=v1.20.13
RUN apk add jq rclone curl
RUN apk add jq rclone curl gcc musl-dev python3-dev libffi-dev openssl-dev cargo make py3-pip
RUN pip install azure-cli
RUN curl -L "https://dl.k8s.io/release/${KUBEVERSION}/bin/linux/amd64/kubectl" -o /usr/bin/kubectl
RUN chmod +x /usr/bin/kubectl

RUN chmod +x /usr/bin/kubectl

0 comments on commit 83bfa49

Please sign in to comment.