FROM docker.io/library/rust:1.78-alpine

RUN rustup component add rustfmt

COPY cargo-fmt.sh /cargo-fmt
