upend/build/upend-rust/Dockerfile

5 lines
263 B
Docker

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