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 2e618ae commit 6c35e38Copy full SHA for 6c35e38
docker/cpu/Dockerfile
@@ -47,6 +47,8 @@ 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
+ cd /vcpkg && \
51
+ ls -l && \
52
/bin/sh -c /vcpkg/bootstrap-vcpkg.sh && \
53
vcpkg integrate install && \
54
vcpkg install protobuf[zlib] --triplet x64-linux
0 commit comments