Skip to content

Commit 8a33306

Browse files
committed
Revert "Dockerfile: install libgcc instead of gcc"
This reverts commit df2a797. Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent 1216a79 commit 8a33306

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
@@ -37,7 +37,7 @@ WORKDIR /go/src/github.com/docker/cli
3737
FROM build-base-alpine AS build-alpine
3838
ARG TARGETPLATFORM
3939
# gcc is installed for libgcc only
40-
RUN xx-apk add --no-cache musl-dev libgcc
40+
RUN xx-apk add --no-cache musl-dev gcc
4141

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

0 commit comments

Comments
 (0)