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 663890c commit 8d25b05Copy full SHA for 8d25b05
Dockerfile
@@ -25,6 +25,7 @@ RUN git clone --depth 1 https://github.com/grpc/grpc.git . \
25
# Build the PHP Extension, providing the path to the C++ core libs
26
&& cd ../../src/php/ext/grpc \
27
&& phpize \
28
+ && export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig \
29
&& ./configure --with-grpc \
30
&& make -j$(nproc) \
31
&& cp modules/grpc.so /tmp/grpc.so
0 commit comments