radn-dev/radn-rs/Dockerfile
2023-05-03 12:32:47 +00:00

9 lines
152 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
WORKDIR /code/