Skip to content

Commit c13c23c

Browse files
committed
Dockerfile: add musl-dev
Signed-off-by: Koichi Shiraishi <[email protected]>
1 parent 95b1a0e commit c13c23c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ ENV \
4747
RUN set -eux && \
4848
apk add --no-cache \
4949
build-base \
50-
git
50+
git \
51+
musl-dev
5152
ARG PROTOC_GEN_GO_VERSION
5253
RUN --mount=type=cache,target=/go/pkg/mod --mount=type=cache,target=/root/.cache \
5354
set -eux && \

0 commit comments

Comments
 (0)