We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee8f08b commit 40866f3Copy full SHA for 40866f3
Dockerfile
@@ -45,7 +45,7 @@ RUN apk add --no-cache git
45
46
# gobuild is base stage for compiling go/cgo
47
FROM golatest AS gobuild-base
48
-RUN apk add --no-cache file bash clang lld pkgconfig git make
+RUN apk add --no-cache file bash clang lld musl-dev pkgconfig git make
49
COPY --link --from=xx / /
50
51
# runc source
0 commit comments