mirror of
https://github.com/Mercantec-GHC/h5-projekt-mst.git
synced 2026-08-27 13:47:38 +02:00
5 lines
99 B
Docker
5 lines
99 B
Docker
FROM rust:alpine3.23
|
|
RUN rustup component add clippy
|
|
RUN apk add --no-cache sdl3-dev sdl3_ttf-dev
|
|
|