From 83bfa49b8406206b90a89cbb446e691dcf5462ee Mon Sep 17 00:00:00 2001 From: Philippe Date: Tue, 30 Nov 2021 11:05:43 +0100 Subject: [PATCH] feat: adding azure cli --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index bc71bb2..a96c061 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \ No newline at end of file