File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,9 @@ ENV DEBIAN_FRONTEND=noninteractive \
1414 NVM_DIR =/ usr/ local/ src/ nvm \
1515 DENO_DIR =/ usr/ local/ src/ deno \
1616 BUN_INSTALL =/ usr/ local/ src/ bun \
17- npm_config_cache=/ tmp/ npm- cache
17+ npm_config_cache=/ tmp/ npm- cache \
18+ RUSTUP_HOME =/ usr/ local/ src/ rustup \
19+ CARGO_HOME =/ usr/ local/ src/ cargo
1820
1921ARG GO_VERSION = 1.21.2
2022ARG NVIM_VERSION = 0.12.0
@@ -54,10 +56,8 @@ RUN apt-get update && \
5456 ln - fs / usr/ local/ src/ go/ bin/ go / usr/ local/ bin/ go && \
5557 ln - fs / usr/ local/ src/ go/ bin/ gofmt / usr/ local/ bin/ gofmt && \
5658 echo " > install rust" && \
57- curl -- proto '= https' -- tlsv1.2 - sSf https:// sh.rustup.rs | sh -s -- -y && \
58- mv - f ~/ .cargo / usr/ local/ src/ cargo && \
59+ bash - c " $(curl -fsSL https://sh.rustup.rs | sh -s)" -- - y && \
5960 rustup default stable && \
60- mv - f ~/ .rustup / usr/ local/ src/ rustup && \
6161 echo " > install gritty" && \
6262 bun r gritty -- omit dev && \
6363 bun i gritty -- omit dev && \
You can’t perform that action at this time.
0 commit comments