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 5db5e4e commit 69c6a63Copy full SHA for 69c6a63
docker/cpu/Dockerfile
@@ -50,6 +50,7 @@ RUN pwd && \
50
cd /vcpkg && \
51
ls -l && \
52
./bootstrap-vcpkg.sh && \
53
+ ls -l && \
54
vcpkg integrate install && \
55
vcpkg install protobuf[zlib] --triplet x64-linux
56
0 commit comments