Fix: Remove docs from rust when building demo container

This commit is contained in:
globuzma 2025-01-10 15:55:52 +01:00
parent 19a8867fbd
commit 84d540125d

View file

@ -10,7 +10,7 @@ RUN \
libssl-dev \
curl
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --profile minimal
ENV PATH="/root/.cargo/bin:${PATH}"