2026-04-28 16:37:13 +02:00

5 lines
137 B
Docker

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