Skip to content

Commit

Permalink
Merge pull request #5 from camptocamp/azure_cli
Browse files Browse the repository at this point in the history
feat: adding azure cli
  • Loading branch information
Philippe authored Nov 30, 2021
2 parents 1ba73db + 83bfa49 commit 26fb454
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 26fb454

Please sign in to comment.