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 0b93cef commit 526f658Copy full SHA for 526f658
docker/cpu/Dockerfile
@@ -40,7 +40,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
40
libmatio-dev && \
41
rm -rf /var/lib/apt/lists/*
42
43
-RUN git clone https://github.com/microsoft/vcpkg.git . && \
+RUN pwd && \
44
+ git clone https://github.com/microsoft/vcpkg.git && \
45
./vcpkg/bootstrap-vcpkg.sh && \
46
vcpkg integrate install && \
47
vcpkg install protobuf[zlib] --triplet x64-linux
0 commit comments