We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f73cfa9 commit 3740eeeCopy full SHA for 3740eee
php7.2/Dockerfile
@@ -24,8 +24,8 @@ RUN apt-get install -y \
24
25
RUN git clone -b v1.50.x https://github.com/grpc/grpc \
26
&& 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 \
+ && mkdir -p cmake/build && cd cmake/build && cmake ../.. && make grpc_php_plugin \
+ && cp ./grpc_php_plugin /usr/local/bin/grpc_php_plugin
29
30
RUN rm -rf ~/grpc
31
0 commit comments