Sign inSign up

aalekhpatel07/rust

By aalekhpatel07

Updated about 2 years ago

A base rust image with wasm-pack, cargo-nextest, and cargo-tarpaulin installed.

Image
0

541

aalekhpatel07/rust repository overview

1.0:

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"]

Tag summary

Content type

Image

Digest

Size

655 MB

Last updated

about 4 years ago

docker pull aalekhpatel07/rust