A base rust image with wasm-pack, cargo-nextest, and cargo-tarpaulin installed.
541
FROM rust
RUN apt update -y && apt upgrade -y
RUN rustup update
RUN rustup component add clippy
RUN rustup component add rustfmt
RUN cargo install wasm-pack cargo-nextest cargo-tarpaulin run-when
CMD ["/bin/sleep", "infinity"]
Content type
Image
Digest
Size
655 MB
Last updated
about 4 years ago
docker pull aalekhpatel07/rust