forked from mirrors/rustdesk
upgrade vcpkg
This commit is contained in:
parent
dae2814951
commit
cb2864202f
7 changed files with 25 additions and 79 deletions
|
|
@ -3,7 +3,7 @@ FROM debian
|
|||
WORKDIR /
|
||||
RUN apt update -y && apt install -y g++ gcc git curl wget nasm yasm libgtk-3-dev clang libxcb-randr0-dev libxdo-dev libxfixes-dev libxcb-shape0-dev libxcb-xfixes0-dev libasound2-dev libpulse-dev cmake unzip zip sudo
|
||||
|
||||
RUN git clone https://github.com/microsoft/vcpkg --branch 2020.11-1
|
||||
RUN git clone https://github.com/microsoft/vcpkg && cd vcpkg && git checkout 134505003bb46e20fbace51ccfb69243fbbc5f82
|
||||
RUN /vcpkg/bootstrap-vcpkg.sh -disableMetrics
|
||||
RUN /vcpkg/vcpkg --disable-metrics install libvpx libyuv opus
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue