radn-dev/radn-rs/Dockerfile
2023-10-03 22:29:15 +00:00

11 lines
239 B
Docker

FROM rust:1.72
RUN cargo install cargo-watch
RUN rustup component add rustfmt
RUN rustup component add clippy
RUN cargo install mdbook
RUN cargo install rust-code-analysis-cli
RUN apt-get update && apt-get install -y cloc
WORKDIR /code/