FROM docker.io/library/rust:1.75 RUN rustup component add clippy rustfmt RUN apt-get update && apt-get install -y \ nodejs