We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49a9472 commit b975f17Copy full SHA for b975f17
1 file changed
packages/cli/src/lib/defaults/build-strategies/wasm/rust/vm/Dockerfile
@@ -12,6 +12,7 @@ RUN apk add curl pkgconfig openssl-dev bash
12
RUN apk add clang llvm build-base
13
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 nvm install 18 && nvm use 18
18
RUN npm i wasm-opt -g
0 commit comments