Skip to content

Commit 3740eee

Browse files
author
张俊杰
committed
修改语法错误
1 parent f73cfa9 commit 3740eee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

php7.2/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ RUN apt-get install -y \
2424

2525
RUN git clone -b v1.50.x https://github.com/grpc/grpc \
2626
&& cd grpc && git submodule update --init \
27-
&& cd grpc && mkdir -p cmake/build && cd cmake/build && cmake ../.. && make grpc_php_plugin \
28-
&& cp ./grpc_php_plugin /usr/local/bin/grpc_php_plugin \
27+
&& mkdir -p cmake/build && cd cmake/build && cmake ../.. && make grpc_php_plugin \
28+
&& cp ./grpc_php_plugin /usr/local/bin/grpc_php_plugin
2929

3030
RUN rm -rf ~/grpc
3131

0 commit comments

Comments
 (0)