We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 76c0d2a + 5e0e756 commit 21a39a5Copy full SHA for 21a39a5
1 file changed
Dockerfile
@@ -2,7 +2,7 @@ FROM alpine:3 as alpine
2
3
ARG RELEASE_VERSION=latest
4
5
-RUN apk add --update-cache curl tar docker
+RUN apk add --update-cache curl tar docker git
6
7
RUN curl -L -o /bin/kubectl https://storage.googleapis.com/kubernetes-release/release/v1.17.3/bin/linux/amd64/kubectl \
8
&& chmod +x /bin/kubectl
0 commit comments