2026-03-23 23:50:40 +01:00

7 lines
199 B
Docker

FROM alpine:edge
RUN apk add --no-cache curl build-base clang22-extra-tools sdl3-dev
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
ENV PATH="/root/.cargo/bin:${PATH}"