Skip to content

Commit 5db5e4e

Browse files
authored
Update Dockerfile
1 parent 6c35e38 commit 5db5e4e

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
@@ -49,7 +49,7 @@ RUN pwd && \
4949
ls -l && \
5050
cd /vcpkg && \
5151
ls -l && \
52-
/bin/sh -c /vcpkg/bootstrap-vcpkg.sh && \
52+
./bootstrap-vcpkg.sh && \
5353
vcpkg integrate install && \
5454
vcpkg install protobuf[zlib] --triplet x64-linux
5555

0 commit comments

Comments
 (0)