FROM harbor.fizz.buzz/dockerhub/library/rust:1.70.0 RUN rustup component add rustfmt ENTRYPOINT ["cargo", "fmt"]