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 b7c9000 commit 2e618aeCopy full SHA for 2e618ae
docker/cpu/Dockerfile
@@ -47,7 +47,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
47
RUN pwd && \
48
git clone https://github.com/microsoft/vcpkg.git && \
49
ls -l && \
50
- /vcpkg/bootstrap-vcpkg.sh && \
+ /bin/sh -c /vcpkg/bootstrap-vcpkg.sh && \
51
vcpkg integrate install && \
52
vcpkg install protobuf[zlib] --triplet x64-linux
53
0 commit comments