5 lines
114 B
Docker
5 lines
114 B
Docker
FROM docker.io/library/rust
|
|
|
|
RUN rustup component add rustfmt clippy
|
|
RUN cargo install cargo-udeps cargo-outdated
|