2026-04-17 16:48:09 +02:00

5 lines
99 B
Docker

FROM rust:alpine3.23
RUN rustup component add clippy
RUN apk add --no-cache sdl3-dev sdl3_ttf-dev