The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#) https://grpc.io/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

11 lines
441 B

COPY --from=composer /usr/bin/composer /usr/bin/composer
COPY --from=grpc-base /github/grpc/cmake/build/third_party/protobuf/protoc ${'\\'}
/usr/local/bin/protoc
COPY --from=grpc-base /github/grpc/cmake/build/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