Files
qrust/support/ci/Dockerfile
2024-01-25 17:17:21 +00:00

6 lines
143 B
Docker

FROM rust
RUN rustup install nightly
RUN rustup component add rustfmt clippy --toolchain nightly
RUN cargo install cargo-udeps cargo-outdated