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