FROM rust:trixie RUN apt-get update && apt-get install libsdl3-dev libsdl3-ttf-dev -y RUN rustup component add clippy