Skip to content

Commit ad4b30d

Browse files
fix musl
Signed-off-by: Roman Nikitenko <rnikiten@redhat.com>
1 parent fc892e2 commit ad4b30d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build/dockerfiles/linux-musl.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88

99
# Make an assembly including both musl and libc variant to be able to run on all linux systems
10-
# FROM docker.io/node:22-alpine3.22 as linux-musl-builder
10+
FROM docker.io/node:22-alpine3.22 as linux-musl-builder
1111

1212
# RUN apk add --update --no-cache \
1313
# # Download some files
@@ -76,5 +76,5 @@
7676
# && cp -r out/src/*.js /checode/launcher \
7777
# && chgrp -R 0 /checode && chmod -R g+rwX /checode
7878

79-
FROM scratch as linux-musl-content
79+
# FROM scratch as linux-musl-content
8080
# COPY --from=linux-musl-builder /checode /checode-linux-musl

0 commit comments

Comments
 (0)