The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)
https://grpc.io/
4 lines
140 B
4 lines
140 B
9 years ago
|
#=================
|
||
|
# C++ dependencies
|
||
|
RUN apt-get update && apt-get -y install libgflags-dev libgtest-dev libc++-dev clang && apt-get clean
|