We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b975f17 commit 01386fdCopy full SHA for 01386fd
1 file changed
packages/cli/src/lib/defaults/build-strategies/wasm/rust/vm/Dockerfile
@@ -14,6 +14,7 @@ RUN apk add clang llvm build-base
14
# Install wasm-opt
15
RUN touch ~/.bashrc
16
RUN curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.31.3/install.sh | bash
17
+RUN source ~/.bashrc
18
RUN nvm install 18 && nvm use 18
19
RUN npm i wasm-opt -g
20
0 commit comments