Skip to content

Commit

Permalink
Bundle docker client into the kpt image
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhuGongpu committed Jul 22, 2020
1 parent 8d7fa2c commit 9bb0a65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN go build -v -o /usr/local/bin/kpt ./

FROM alpine:3.11
RUN apk update && apk upgrade && \
apk add --no-cache git less man diffutils bash openssh && \
apk add --no-cache git less man diffutils bash openssh docker-cli && \
rm -rf /var/lib/apt/lists/* && \
rm /var/cache/apk/*
COPY --from=0 /usr/local/bin/kpt /usr/local/bin/kpt
Expand Down

0 comments on commit 9bb0a65

Please sign in to comment.