Skip to content

Commit 21a39a5

Browse files
authored
Merge pull request #1975 from loft-sh/leventogut-patch-1
add git to the image for dependencies
2 parents 76c0d2a + 5e0e756 commit 21a39a5

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)