organic/docker/cargo_fmt/Dockerfile

6 lines
101 B
Docker

FROM rustlang/rust:nightly-alpine3.17
RUN rustup component add rustfmt
ENTRYPOINT ["cargo", "fmt"]