From 6343f1de4dee968858d6c9ac6af2e634ad815d4a Mon Sep 17 00:00:00 2001 From: opti1337 Date: Mon, 22 Dec 2025 22:19:14 +0600 Subject: [PATCH] Update Dockerfile.windows --- client/Dockerfile.windows | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/Dockerfile.windows b/client/Dockerfile.windows index b867b19..c151d3f 100644 --- a/client/Dockerfile.windows +++ b/client/Dockerfile.windows @@ -32,7 +32,7 @@ RUN apt update && apt install -y \ lld \ llvm -RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh +RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y RUN rustup target add x86_64-pc-windows-msvc