We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc892e2 commit ad4b30dCopy full SHA for ad4b30d
1 file changed
build/dockerfiles/linux-musl.Dockerfile
@@ -7,7 +7,7 @@
7
#
8
9
# 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
+FROM docker.io/node:22-alpine3.22 as linux-musl-builder
11
12
# RUN apk add --update --no-cache \
13
# # Download some files
@@ -76,5 +76,5 @@
76
# && cp -r out/src/*.js /checode/launcher \
77
# && chgrp -R 0 /checode && chmod -R g+rwX /checode
78
79
-FROM scratch as linux-musl-content
+# FROM scratch as linux-musl-content
80
# COPY --from=linux-musl-builder /checode /checode-linux-musl
0 commit comments