mirror of
https://github.com/Mercantec-GHC/h5-projekt-mst.git
synced 2026-08-27 05:37:39 +02:00
8 lines
239 B
Docker
8 lines
239 B
Docker
FROM alpine:edge
|
|
RUN apk add --no-cache curl build-base clang22-extra-tools mosquitto-dev sdl3-dev
|
|
|
|
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
|
|
ENV PATH="/root/.cargo/bin:${PATH}"
|
|
RUN rustup default stable
|
|
|