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