Imported Upstream version 1.34.0
[platform/upstream/grpc.git] / tools / dockerfile / grpc_dist_proto / Dockerfile
index e771df4..71d76fc 100644 (file)
@@ -19,7 +19,7 @@ FROM grpc/base
 ADD version.txt version.txt
 
 # Install tools needed for building protoc.
-RUN apt-get update && apt-get -y install libgflags-dev libgtest-dev
+RUN apt-get update && apt-get -y install libgtest-dev
 
 # Get the protobuf source from GitHub.
 RUN mkdir -p /var/local/git