1 2 3 4 5
FROM docker.io/library/rust:1.97-bookworm RUN rustup component add clippy rustfmt WORKDIR /workspace