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