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