use rust:alpine3.23

This commit is contained in:
sfja 2026-03-30 11:02:19 +02:00
parent e9330dbc33
commit e7bd1bb8bf

View File

@ -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