We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b925fc commit 07d689fCopy full SHA for 07d689f
Dockerfile
@@ -22,7 +22,7 @@ WORKDIR /go/src/github.com/docker/cli
22
FROM build-base-alpine AS build-alpine
23
ARG TARGETPLATFORM
24
# gcc is installed for libgcc only
25
-RUN xx-apk add --no-cache musl-dev libgcc
+RUN xx-apk add --no-cache musl-dev gcc
26
27
FROM --platform=$BUILDPLATFORM golang:${GO_VERSION}-${BASE_DEBIAN_DISTRO} AS build-base-debian
28
ENV GOTOOLCHAIN=local
0 commit comments