diff --git a/demo/Dockerfile-canaille b/demo/Dockerfile-canaille index 3993ebb4..0a706346 100644 --- a/demo/Dockerfile-canaille +++ b/demo/Dockerfile-canaille @@ -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}"