This commit is contained in:
sfja 2026-04-23 16:12:05 +02:00
parent 0b61ef417f
commit 58dbdcb4bd

View File

@ -1,4 +1,4 @@
FROM rust:alpine3.23
RUN rustup component add clippy
RUN apk add --no-cache sdl3-dev sdl3_ttf-dev
RUN rustup component add clippy