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