Skip to content

Commit e59153c

Browse files
committed
WIP
1 parent ab747a3 commit e59153c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile.linux-musl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ FROM --platform=$BUILDPLATFORM tonistiigi/xx AS xx
22

33
FROM --platform=$BUILDPLATFORM alpine
44

5+
COPY --from=xx / /
6+
57
RUN apk add cmake clang lld
68

79
WORKDIR /nativebinaries

0 commit comments

Comments
 (0)