Skip to content

Commit

Permalink
set rust profile to minimal
Browse files Browse the repository at this point in the history
  • Loading branch information
mauwii committed Oct 27, 2023
1 parent f6d21ea commit 4011710
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions linux/ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -227,12 +227,12 @@ ARG TARGETARCH
SHELL [ "/bin/bash", "--login", "-e", "-o", "pipefail", "-c" ]
ARG RUSTUP_HOME
ARG CARGO_HOME
ARG RUSTUP_DEFAULT_TOOLCHAIN=stable
ENV PATH=${CARGO_HOME}/bin:${PATH}
RUN curl -fsSL https://sh.rustup.rs \
| sh -s -- \
-y \
--default-toolchain=${RUSTUP_DEFAULT_TOOLCHAIN} \
--default-toolchain=stable \
--profile minimal \
&& cargo --version \
&& rustc --version

Expand Down

0 comments on commit 4011710

Please sign in to comment.