mirror of https://github.com/grpc/grpc.git
The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)
https://grpc.io/
10 lines
397 B
10 lines
397 B
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
|
|
|