We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e346165 commit 0ccc247Copy full SHA for 0ccc247
1 file changed
Dockerfile
@@ -31,7 +31,7 @@ FROM --platform=$BUILDPLATFORM tonistiigi/xx:${XX_VERSION} AS xx
31
FROM --platform=$BUILDPLATFORM golang:${GO_VERSION}-alpine${ALPINE_VERSION} AS build-base-alpine
32
ENV GOTOOLCHAIN=local
33
COPY --link --from=xx / /
34
-RUN apk add --no-cache bash clang lld llvm file git
+RUN apk add --no-cache bash clang lld llvm file git git-http
35
WORKDIR /go/src/github.com/docker/cli
36
37
FROM build-base-alpine AS build-alpine
0 commit comments