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