Skip to content

Commit 2e618ae

Browse files
authored
Update Dockerfile
1 parent b7c9000 commit 2e618ae

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
@@ -47,7 +47,7 @@ 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-
/vcpkg/bootstrap-vcpkg.sh && \
50+
/bin/sh -c /vcpkg/bootstrap-vcpkg.sh && \
5151
vcpkg integrate install && \
5252
vcpkg install protobuf[zlib] --triplet x64-linux
5353

0 commit comments

Comments
 (0)