Skip to content

Commit 0ccc247

Browse files
committed
Dockerfile: install git-http for use in tests
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
1 parent e346165 commit 0ccc247

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
@@ -31,7 +31,7 @@ FROM --platform=$BUILDPLATFORM tonistiigi/xx:${XX_VERSION} AS xx
3131
FROM --platform=$BUILDPLATFORM golang:${GO_VERSION}-alpine${ALPINE_VERSION} AS build-base-alpine
3232
ENV GOTOOLCHAIN=local
3333
COPY --link --from=xx / /
34-
RUN apk add --no-cache bash clang lld llvm file git
34+
RUN apk add --no-cache bash clang lld llvm file git git-http
3535
WORKDIR /go/src/github.com/docker/cli
3636

3737
FROM build-base-alpine AS build-alpine

0 commit comments

Comments
 (0)