fix wasm-pack-plugin 1
ci/woodpecker/push/wasm-o-x-rust Pipeline was successful Details
ci/woodpecker/push/tools-wasm-pack-plugin Pipeline failed Details

This commit is contained in:
Gleb Koval 2022-08-06 20:41:12 +00:00
parent 7ccedfd2e7
commit fc88cbf0ba
Signed by: cyclane
GPG Key ID: 15E168A8B332382C
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,8 @@ FROM rust:alpine
RUN apk add --no-cache \
npm \
musl-dev \
openssl \
openssl-dev \
make \
&& cargo install wasm-pack \
&& rustup target add wasm32-unknown-unknown