Closed sinasojoodi closed 1 year ago
The latest release of vcpkg (2023.04.25) causes docker build fail at the line RUN vcpkg\vcpkg integrate install
RUN vcpkg\vcpkg integrate install
run docker build . in the virtual-participant-framework-for-zoom-meeting/src folder and see error:
docker build .
Error: failed to copy targets file to C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\ImportBefore\Default\vcpkg.system.props
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
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: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.