forked from Github-Mirrors/canaille
Fix: Remove docs from rust when building demo container
This commit is contained in:
parent
19a8867fbd
commit
84d540125d
1 changed files with 1 additions and 1 deletions
|
@ -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}"
|
||||
|
||||
|
|
Loading…
Reference in a new issue