mirror of
https://github.com/Noratrieb/nixos.git
synced 2026-01-14 11:45:06 +01:00
install rust
This commit is contained in:
parent
fa26752913
commit
3cd3c2c036
1 changed files with 3 additions and 0 deletions
|
|
@ -1,3 +1,6 @@
|
||||||
FROM debian:12
|
FROM debian:12
|
||||||
|
|
||||||
RUN apt-get update && apt-get install -y build-essential clang git curl
|
RUN apt-get update && apt-get install -y build-essential clang git curl
|
||||||
|
|
||||||
|
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs -o rustup-init.sh
|
||||||
|
RUN sh rustup-init.sh -y && rm rustup-init.sh
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue