radn-dev/radn-rs/Dockerfile
2023-05-27 12:27:56 +00:00

11 lines
199 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 apt-get update
RUN apt-get install -y cloc
WORKDIR /code/