add libsdl3-image-dev

This commit is contained in:
sfja 2026-04-28 16:37:02 +02:00
parent 9da46fe76d
commit 197693c71f

View File

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