switch to debian

This commit is contained in:
sfja 2026-04-23 23:08:09 +02:00
parent 872518e9b2
commit 9c3b1c9e95

View File

@ -1,4 +1,4 @@
FROM rust:alpine3.23 FROM rust:trixie
RUN apk add --no-cache sdl3-dev sdl3_ttf-dev RUN apt-get update && apt-get install libsdl3-dev libsdl3-ttf-dev -y
RUN rustup component add clippy RUN rustup component add clippy