The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)
https://grpc.io/
11 lines
397 B
11 lines
397 B
6 years ago
|
COPY --from=composer /usr/bin/composer /usr/bin/composer
|
||
|
|
||
|
COPY --from=grpc-base /usr/local/bin/protoc /usr/local/bin/protoc
|
||
|
|
||
|
COPY --from=grpc-base /github/grpc/bins/opt/grpc_php_plugin ${'\\'}
|
||
|
/usr/local/bin/protoc-gen-grpc
|
||
|
|
||
|
COPY --from=grpc-base ${'\\'}
|
||
|
/usr/local/lib/php/extensions/no-debug-non-zts-20170718/grpc.so ${'\\'}
|
||
|
/usr/local/lib/php/extensions/no-debug-non-zts-20170718/grpc.so
|