Replies: 1 comment 1 reply
-
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When building the docker image of my app, vcpkg downloads and builds all dependencies. I am fine with the building part, the problem is the download part: if one website of some depency is down, then I can't no longer build my app. Is there a way to supply an offline copy of the dependencies source code, and instruct vcpkg to use that instead of downloading?
thanks!
Marco
Beta Was this translation helpful? Give feedback.
All reactions