Skip to content

Commit 526f658

Browse files
authored
Update Dockerfile
1 parent 0b93cef commit 526f658

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker/cpu/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
4040
libmatio-dev && \
4141
rm -rf /var/lib/apt/lists/*
4242

43-
RUN git clone https://github.com/microsoft/vcpkg.git . && \
43+
RUN pwd && \
44+
git clone https://github.com/microsoft/vcpkg.git && \
4445
./vcpkg/bootstrap-vcpkg.sh && \
4546
vcpkg integrate install && \
4647
vcpkg install protobuf[zlib] --triplet x64-linux

0 commit comments

Comments
 (0)