From cd86afd77d1efee8244cbe1f3d8d03735bcb667b Mon Sep 17 00:00:00 2001 From: Jean Felder Date: Fri, 26 Apr 2024 20:34:14 +0200 Subject: [PATCH] bb --- Dockerfile.windows | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.windows b/Dockerfile.windows index 61a8bcd7..067c0f8d 100644 --- a/Dockerfile.windows +++ b/Dockerfile.windows @@ -13,7 +13,7 @@ RUN Start-Process -FilePath "$env:TEMP\vs_buildtools.exe" \ # install vcpkg # RUN $env:VCPKG_INSTALL_DIR="c:\\vcpkg" -RUN $env:VCPKG_DEFAULT_TRIPLET="x64-windows" +# RUN $env:VCPKG_DEFAULT_TRIPLET="x64-windows" RUN git clone https://github.com/microsoft/vcpkg c:\vcpkg && \ cd c:\vcpkg && \ bootstrap-vcpkg.bat -disableMetrics && \