Skip to content

Commit 8b0673d

Browse files
committed
Dockerfile: extract build-base package
Signed-off-by: Koichi Shiraishi <[email protected]>
1 parent 8a4633f commit 8b0673d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Dockerfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,11 @@ ENV \
4646
GO111MODULE=on
4747
RUN set -eux && \
4848
apk add --no-cache \
49-
build-base \
49+
binutils \
50+
gcc \
5051
git \
52+
libc-dev \
53+
linux-headers \
5154
musl-dev
5255
ARG PROTOC_GEN_GO_VERSION
5356
RUN --mount=type=cache,target=/go/pkg/mod --mount=type=cache,target=/root/.cache \

0 commit comments

Comments
 (0)