upend/build/rust-upend/Dockerfile
Tomáš Mládek d36627c0dd
Some checks failed
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/manual/woodpecker Pipeline failed
ci: also use local node docker image
2023-07-11 21:07:50 +02:00

4 lines
177 B
Docker

FROM rust:latest
RUN sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d -b /usr/local/bin
RUN cargo install wasm-pack
RUN rustup target add wasm32-unknown-unknown