mirror of
https://github.com/Mercantec-GHC/h5-projekt-mst.git
synced 2026-08-27 05:37:39 +02:00
set rustup default in image
This commit is contained in:
parent
c7018a8b82
commit
7dd198773b
@ -3,4 +3,5 @@ RUN apk add --no-cache curl build-base clang22-extra-tools mosquitto-dev sdl3-de
|
|||||||
|
|
||||||
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
|
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
|
||||||
ENV PATH="/root/.cargo/bin:${PATH}"
|
ENV PATH="/root/.cargo/bin:${PATH}"
|
||||||
|
RUN rustup default stable
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user