Dockerfile modification
Some checks failed
ci/woodpecker/push/tools-wasm-pack-plugin Pipeline failed
ci/woodpecker/push/wasm-o-x-rust unknown status

This commit is contained in:
Gleb Koval 2022-08-06 22:37:31 +00:00
parent 9cd9e5ee5a
commit fbc3f16dd8
Signed by: cyclane
GPG Key ID: 15E168A8B332382C

View File

@ -1,6 +1,6 @@
FROM rust:alpine
COPY plugin.sh /bin/
COPY plugin.sh /bin/plugin.sh
RUN apk add --no-cache \
npm \
musl-dev \