feat: update workflows and Docker build.

This commit is contained in:
Mudit Vats
2021-08-26 13:27:36 -07:00
parent 59a8d29ac4
commit 2a460e90dc
3 changed files with 5 additions and 5 deletions

View File

@@ -15,7 +15,7 @@ RUN \
RUN git clone https://github.com/open-amt-cloud-toolkit/rpc.git
WORKDIR /rpc
RUN mkdir -p build
RUN git clone --branch 2020.11-1 https://github.com/microsoft/vcpkg.git
RUN git clone --branch 2021.05.12 https://github.com/microsoft/vcpkg.git
RUN cd vcpkg && ./bootstrap-vcpkg.sh
RUN ./vcpkg/vcpkg install cpprestsdk[websockets]