radn-dev/radn-rs/Dockerfile
2023-06-16 21:08:03 +00:00

12 lines
240 B
Docker

FROM rust:1.69
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
RUN apt-get install -y cloc
WORKDIR /code/