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.
2 parents be9cef1 + 1b75ab4 commit ca8699dCopy full SHA for ca8699d
Dockerfile
@@ -24,7 +24,8 @@ RUN apk add --no-cache build-base musl-dev openssl openssl-dev
24
RUN apk update add --update nodejs=21.7.3
25
RUN apk add --update npm
26
RUN npm config set strict-ssl false
27
-RUN npm install -g @napi-rs/cli # this is needed for the Rust/Node library interopt
+# Install corepack separately so it is found during builds.
28
+RUN npm install -g corepack @napi-rs/cli # this is needed for the Rust/Node library interopt
29
RUN npm install npm@latest --location=global
30
RUN npm update --location=global
31
RUN npm install cargo-cp-artifact --location=global
0 commit comments