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

RUN rustup component add rustfmt

COPY cargo-fmt.sh /cargo-fmt
