FROM docker.io/library/rust:1.79 RUN rustup component add \ clippy \ llvm-tools-preview \ rustfmt RUN cargo install \ grcov RUN apt-get update && apt-get install -y \ beets \ nodejs