Skip to content

Commit

Permalink
lang-rust: use default profile (#1206)
Browse files Browse the repository at this point in the history
  • Loading branch information
filiptronicek authored Oct 16, 2023
1 parent bbbbc11 commit 7547fb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chunks/lang-rust/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ENV RUST_VERSION=${RUST_VERSION}

ENV PATH=$HOME/.cargo/bin:$PATH

RUN curl -fsSL https://sh.rustup.rs | sh -s -- -y --profile minimal --no-modify-path --default-toolchain ${RUST_VERSION} \
RUN curl -fsSL https://sh.rustup.rs | sh -s -- -y --no-modify-path --default-toolchain ${RUST_VERSION} \
-c rls rust-analysis rust-src rustfmt clippy \
&& for cmp in rustup cargo; do rustup completions bash "$cmp" > "$HOME/.local/share/bash-completion/completions/$cmp"; done \
&& printf '%s\n' 'export CARGO_HOME=/workspace/.cargo' \
Expand Down

0 comments on commit 7547fb4

Please sign in to comment.