Skip to content

Commit 6c35e38

Browse files
authored
Update Dockerfile
1 parent 2e618ae commit 6c35e38

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker/cpu/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
4747
RUN pwd && \
4848
git clone https://github.com/microsoft/vcpkg.git && \
4949
ls -l && \
50+
cd /vcpkg && \
51+
ls -l && \
5052
/bin/sh -c /vcpkg/bootstrap-vcpkg.sh && \
5153
vcpkg integrate install && \
5254
vcpkg install protobuf[zlib] --triplet x64-linux

0 commit comments

Comments
 (0)