Skip to content

Commit 40866f3

Browse files
committed
dockerfile: install musl-dev to fix compilation issue
Signed-off-by: CrazyMax <[email protected]>
1 parent ee8f08b commit 40866f3

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
@@ -45,7 +45,7 @@ RUN apk add --no-cache git
4545

4646
# gobuild is base stage for compiling go/cgo
4747
FROM golatest AS gobuild-base
48-
RUN apk add --no-cache file bash clang lld pkgconfig git make
48+
RUN apk add --no-cache file bash clang lld musl-dev pkgconfig git make
4949
COPY --link --from=xx / /
5050

5151
# runc source

0 commit comments

Comments
 (0)