mirror of
https://github.com/Mercantec-GHC/h5-projekt-mst.git
synced 2026-08-27 13:47:38 +02:00
5 lines
119 B
Docker
5 lines
119 B
Docker
FROM rust:trixie
|
|
RUN apt-get update && apt-get install libsdl3-dev libsdl3-ttf-dev -y
|
|
RUN rustup component add clippy
|
|
|