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

Apache License 2.0
48 stars 11 forks source link

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

Closed sinasojoodi closed 1 year ago

sinasojoodi commented 1 year ago

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.

sinasojoodi commented 1 year ago

Need to also fix the src/README.md