upend/build/upend-rust/Dockerfile

5 lines
263 B
Docker
Raw Normal View History

2023-08-12 14:41:28 +02:00
FROM rust:bookworm
RUN sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d -b /usr/local/bin
RUN cargo install wasm-pack && rustup target add wasm32-unknown-unknown
RUN curl -LsSf https://get.nexte.st/latest/linux | tar zxf - -C /usr/local/cargo/bin