2026-04-23 16:12:14 +02:00

5 lines
99 B
Docker

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