Skip to content

Commit

Permalink
Synapse: use minimal Rust profile
Browse files Browse the repository at this point in the history
  • Loading branch information
David Robertson committed Oct 11, 2022
1 parent 4b68c52 commit d3a7940
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/synapse.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ ENV CARGO_HOME=/cargo
ENV PATH=/cargo/bin:/rust/bin:$PATH
RUN mkdir /rust /cargo

RUN curl -sSf https://sh.rustup.rs | sh -s -- -y --no-modify-path --default-toolchain stable
RUN curl -sSf https://sh.rustup.rs | sh -s -- -y --no-modify-path --default-toolchain stable --profile minimal

# Use the latest version of pip. This pulls in fixes not present in the
# pip version provided by Debian Buster. See
Expand Down

0 comments on commit d3a7940

Please sign in to comment.