From edd5a69cd4a86f6aae8516656148a3702fadb719 Mon Sep 17 00:00:00 2001 From: opti1337 Date: Mon, 22 Dec 2025 22:24:34 +0600 Subject: [PATCH] Update Dockerfile.windows --- client/Dockerfile.windows | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/Dockerfile.windows b/client/Dockerfile.windows index c151d3f..75fc418 100644 --- a/client/Dockerfile.windows +++ b/client/Dockerfile.windows @@ -34,6 +34,8 @@ RUN apt update && apt install -y \ RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y +ENV PATH=/root/.cargo/bin:$PATH + RUN rustup target add x86_64-pc-windows-msvc RUN cargo install --locked cargo-xwin