diff --git a/Dockerfile.win10.min b/Dockerfile.win10.min index df2f6a8af5..8915bb4152 100644 --- a/Dockerfile.win10.min +++ b/Dockerfile.win10.min @@ -97,7 +97,7 @@ RUN git clone --single-branch --depth=1 -b %VCPGK_VERSION% https://github.com/mi WORKDIR /vcpkg RUN bootstrap-vcpkg.bat RUN vcpkg.exe update -RUN vcpkg.exe install openssl:x64-windows openssl-windows:x64-windows rapidjson:x64-windows re2:x64-windows boost-interprocess:x64-windows boost-stacktrace:x64-windows zlib:x64-windows pthread:x64-windows b64:x64-windows +RUN vcpkg.exe install openssl:x64-windows openssl-windows:x64-windows rapidjson:x64-windows re2:x64-windows boost-interprocess:x64-windows boost-stacktrace:x64-windows boost-core:x64-windows zlib:x64-windows pthread:x64-windows b64:x64-windows RUN vcpkg.exe integrate install LABEL VCPGK_VERSION=${VCPGK_VERSION}