Skip to content

Commit

Permalink
2
Browse files Browse the repository at this point in the history
  • Loading branch information
ptitjano committed Apr 27, 2024
1 parent 8999f2b commit 6e31b70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.windows
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6e31b70

Please sign in to comment.