Skip to content

Commit 5e0e756

Browse files
authored
add git to the image for dependencies
1 parent f8c5931 commit 5e0e756

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM alpine:3 as alpine
22

33
ARG RELEASE_VERSION=latest
44

5-
RUN apk add --update-cache curl tar docker
5+
RUN apk add --update-cache curl tar docker git
66

77
RUN curl -L -o /bin/kubectl https://storage.googleapis.com/kubernetes-release/release/v1.17.3/bin/linux/amd64/kubectl \
88
&& chmod +x /bin/kubectl

0 commit comments

Comments
 (0)