We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3861457 commit 42c1705Copy full SHA for 42c1705
docker/cpu/Dockerfile
@@ -8,7 +8,7 @@ RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
8
RUN apt update
9
RUN apt install -y tzdata
10
11
-RUN git clone https://github.com/Microsoft/vcpkg.git . && \
+RUN git clone https://github.com/microsoft/vcpkg.git . && \
12
./vcpkg/bootstrap-vcpkg.sh && \
13
vcpkg integrate install && \
14
vcpkg install protobuf[zlib] --triplet x64-linux
0 commit comments