diff --git a/Dockerfile b/Dockerfile index a3169697ff..4e3b61c6d3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM alpine:3 as alpine ARG RELEASE_VERSION=latest -RUN apk add --update-cache curl tar docker +RUN apk add --update-cache curl tar docker git RUN curl -L -o /bin/kubectl https://storage.googleapis.com/kubernetes-release/release/v1.17.3/bin/linux/amd64/kubectl \ && chmod +x /bin/kubectl