diff --git a/Dockerfile.windows b/Dockerfile.windows index 965639c2..b294a2c9 100644 --- a/Dockerfile.windows +++ b/Dockerfile.windows @@ -18,11 +18,11 @@ RUN choco install --ignoredetectedreboot --no-progress -y visualstudio2022buildt # --add Microsoft.VisualStudio.Component.Windows11SDK.22621 \ # --includeRecommended --nocache --installPath %MSVC_PATH%" \ # || IF "%ERRORLEVEL%"=="3010" EXIT 0 -RUN choco install --ignoredetectedreboot --no-progress -y visualstudio2022-workload-vctools +# RUN choco install --ignoredetectedreboot --no-progress -y visualstudio2022-workload-vctools # Clone and bootstrap vcpkg. RUN git clone https://github.com/Microsoft/vcpkg.git c:\vcpkg && \ - c:\vcpkg\bootstrap-vcpkg.bat --disable-metrics + c:\vcpkg\bootstrap-vcpkg.bat -disable-metrics # Install capnproto via vcpkg. RUN c:\vcpkg\vcpkg install capnproto:x64-windows