From 9881d5b26de47ebfcc9267167014f869c53e86f6 Mon Sep 17 00:00:00 2001 From: lnkr Date: Thu, 5 May 2022 17:56:48 +0300 Subject: [PATCH] Update 'Dockerfile' --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c4d0c11..0c835b6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -31,7 +31,7 @@ RUN set -eux; \ url="https://static.rust-lang.org/rustup/dist/${rustArch}/rustup-init"; \ wget "$url"; \ chmod +x rustup-init; \ - ./rustup-init -y --no-modify-path --default-toolchain nightly \ + ./rustup-init -y --no-modify-path --profile minimal --default-toolchain nightly \ --target x86_64-pc-windows-gnu; \ rm rustup-init; \ chmod -R a+w $RUSTUP_HOME $CARGO_HOME; \