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 1216a79 commit 8a33306Copy full SHA for 8a33306
Dockerfile
@@ -37,7 +37,7 @@ WORKDIR /go/src/github.com/docker/cli
37
FROM build-base-alpine AS build-alpine
38
ARG TARGETPLATFORM
39
# gcc is installed for libgcc only
40
-RUN xx-apk add --no-cache musl-dev libgcc
+RUN xx-apk add --no-cache musl-dev gcc
41
42
FROM --platform=$BUILDPLATFORM golang:${GO_VERSION}-${BASE_DEBIAN_DISTRO} AS build-base-debian
43
ENV GOTOOLCHAIN=local
0 commit comments