8000 rust-nightly · sabrehagen/desktop-environment@59215c2 · GitHub
[go: up one dir, main page]

Skip to content

Commit

Permalink
rust-nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
decidrjackson committed Feb 24, 2025
1 parent 8057ef5 commit 59215c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ RUN apt-get update -qq && \

# Install rust
RUN apt-get update -qq && \
curl https://sh.rustup.rs -sSf | sh -s -- -y --no-modify-path --profile minimal && \
curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain nightly --no-modify-path --profile minimal && \
ln -s $HOME/.cargo/bin/cargo /usr/local/bin && \
ln -s $HOME/.cargo/bin/rustup /usr/local/bin && \
rustup install 1.79.0
Expand Down

0 comments on commit 59215c2

Please sign in to comment.
0