Skip to content

Commit 42c1705

Browse files
authored
Update Dockerfile
1 parent 3861457 commit 42c1705

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/cpu/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
88
RUN apt update
99
RUN apt install -y tzdata
1010

11-
RUN git clone https://github.com/Microsoft/vcpkg.git . && \
11+
RUN git clone https://github.com/microsoft/vcpkg.git . && \
1212
./vcpkg/bootstrap-vcpkg.sh && \
1313
vcpkg integrate install && \
1414
vcpkg install protobuf[zlib] --triplet x64-linux

0 commit comments

Comments
 (0)