upend/build/Dockerfile
Tomáš Mládek 8fe9fd5945
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
fix: disable libgit2 shadow-rs functionality, actually fix build
2023-07-11 16:13:27 +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