mirror of
https://github.com/Mercantec-GHC/h5-projekt-mst.git
synced 2026-08-26 21:27:38 +02:00
use rust:alpine3.23
This commit is contained in:
parent
e9330dbc33
commit
e7bd1bb8bf
@ -1,8 +1,3 @@
|
||||
FROM alpine:3.23
|
||||
RUN apk add --no-cache curl build-base sdl3-dev
|
||||
|
||||
RUN curl https://sh.rustup.rs -sSf \
|
||||
| sh -s -- --default-toolchain stable -y
|
||||
|
||||
ENV PATH="/root/.cargo/bin:${PATH}"
|
||||
FROM rust:alpine3.23
|
||||
RUN apk add --no-cache sdl3-dev
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user