Fixed Dockerfile
ci/woodpecker/push/tools-wasm-pack-plugin Pipeline failed Details
ci/woodpecker/push/wasm-o-x-rust unknown status Details

This commit is contained in:
Gleb Koval 2022-08-06 22:25:47 +00:00
parent a28170b170
commit 9cd9e5ee5a
Signed by: cyclane
GPG Key ID: 15E168A8B332382C
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ RUN apk add --no-cache \
zlib \
make \
&& cargo install wasm-pack \
&& rustup target add wasm32-unknown-unknown
&& rustup target add wasm32-unknown-unknown \
&& chmod +x /bin/plugin.sh
ENTRYPOINT /bin/plugin.sh