mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-17 16:38:18 +00:00
feature: docker: io: rustup
This commit is contained in:
parent
5c6a9a958e
commit
e2855641ca
1 changed files with 1 additions and 0 deletions
|
|
@ -43,6 +43,7 @@ RUN apt-get update && apt-get upgrade && apt-get autoremove && \
|
|||
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y && \
|
||||
mv ~/.cargo /usr/local/src/cargo && \
|
||||
rustup default stable && \
|
||||
mv ~/.rustup /usr/local/src/rustup && \
|
||||
echo "> install gritty" && \
|
||||
bun r gritty --omit dev && \
|
||||
bun i gritty --omit dev && \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue