diff --git a/ci-image/game/Dockerfile b/ci-image/game/Dockerfile index 69a410e..1a4fe21 100644 --- a/ci-image/game/Dockerfile +++ b/ci-image/game/Dockerfile @@ -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