We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10ecb35 commit 2114283Copy full SHA for 2114283
Dockerfile
@@ -43,7 +43,7 @@ WORKDIR /go/src/github.com/docker/cli
43
FROM build-base-alpine AS build-alpine
44
ARG TARGETPLATFORM
45
# gcc is installed for libgcc only
46
-RUN xx-apk add --no-cache musl-dev libgcc
+RUN xx-apk add --no-cache musl-dev gcc
47
48
FROM --platform=$BUILDPLATFORM golang:${GO_VERSION}-${BASE_DEBIAN_DISTRO} AS build-base-debian
49
ENV GOTOOLCHAIN=local
0 commit comments