diff --git a/docker/build/installers/install_bazel_packages.sh b/docker/build/installers/install_bazel_packages.sh index f40bc415fae744000e3c6d11f17ef25287e56c64..9eb1c1b797be026c89e54b08927a273c00900df7 100755 --- a/docker/build/installers/install_bazel_packages.sh +++ b/docker/build/installers/install_bazel_packages.sh @@ -48,3 +48,5 @@ wget -O tinyxml2-5.0.1.zip \ https://github.com/leethomason/tinyxml2/archive/5.0.1.zip wget -O protobuf-3.3.0.tar.gz \ https://github.com/google/protobuf/releases/download/v3.3.0/protobuf-cpp-3.3.0.tar.gz +wget -O v1.14.2.tar.gz \ + https://github.com/grpc/grpc/archive/v1.14.2.tar.gz