aws-samples / aws-virtual-participant-framework-for-rtc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lastest vcpkg release (2023.04.15) and master branch regression causes docker build to fail

sinasojoodi opened this issue · comments

Expected behavior and actual behavior

The latest release of vcpkg (2023.04.25) causes docker build fail at the line RUN vcpkg\vcpkg integrate install

Steps to reproduce the problem

run docker build . in the virtual-participant-framework-for-zoom-meeting/src folder and see error:

Error: failed to copy targets file to C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\ImportBefore\Default\vcpkg.system.props

Specifications like the version of the project, operating system, or hardware

dockerfile was cloning vcpkg from the master branch. But the latest version (2023.04.25) also has the same issue.

Need to also fix the src/README.md