FROM rust:1-bookworm RUN apt update && apt upgrade -y && apt install fish -y RUn rustup component add clippy rustfmt