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