mirror of https://github.com/docker/cli.git
Revert "Dockerfile: install libgcc instead of gcc"
This reverts commit df2a797b48
.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
c2ba0a01b2
commit
a829217d2f
|
@ -22,7 +22,7 @@ WORKDIR /go/src/github.com/docker/cli
|
|||
FROM build-base-alpine AS build-alpine
|
||||
ARG TARGETPLATFORM
|
||||
# gcc is installed for libgcc only
|
||||
RUN xx-apk add --no-cache musl-dev libgcc
|
||||
RUN xx-apk add --no-cache musl-dev gcc
|
||||
|
||||
FROM --platform=$BUILDPLATFORM golang:${GO_VERSION}-${BASE_DEBIAN_DISTRO} AS build-base-debian
|
||||
ENV GOTOOLCHAIN=local
|
||||
|
|
Loading…
Reference in New Issue