Skip to content

Commit 2114283

Browse files
committed
Revert "Dockerfile: install libgcc instead of gcc"
This reverts commit df2a797. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
1 parent 10ecb35 commit 2114283

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ WORKDIR /go/src/github.com/docker/cli
4343
FROM build-base-alpine AS build-alpine
4444
ARG TARGETPLATFORM
4545
# gcc is installed for libgcc only
46-
RUN xx-apk add --no-cache musl-dev libgcc
46+
RUN xx-apk add --no-cache musl-dev gcc
4747

4848
FROM --platform=$BUILDPLATFORM golang:${GO_VERSION}-${BASE_DEBIAN_DISTRO} AS build-base-debian
4949
ENV GOTOOLCHAIN=local

0 commit comments

Comments
 (0)