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 ab747a3 commit e59153cCopy full SHA for e59153c
Dockerfile.linux-musl
@@ -2,6 +2,8 @@ FROM --platform=$BUILDPLATFORM tonistiigi/xx AS xx
2
3
FROM --platform=$BUILDPLATFORM alpine
4
5
+COPY --from=xx / /
6
+
7
RUN apk add cmake clang lld
8
9
WORKDIR /nativebinaries
0 commit comments