aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/dockerfile/stress_test/grpc_interop_stress_python/Dockerfile
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-08-09 16:05:12 -0700
committerGravatar Craig Tiller <ctiller@google.com>2016-08-09 16:05:12 -0700
commit8a3df2ecbe5acd62e203ffdecaea216630619b83 (patch)
tree4a19f9eec7de131bc9fd81b61925c9e185dc7bec /tools/dockerfile/stress_test/grpc_interop_stress_python/Dockerfile
parentc919aff578cf59d4a1d610e1f7ed26db3aa601c3 (diff)
parent2f24f497c4e9578d9cc8a4a5606b3846c14e51d7 (diff)
Merge github.com:grpc/grpc into moovee
Diffstat (limited to 'tools/dockerfile/stress_test/grpc_interop_stress_python/Dockerfile')
-rw-r--r--tools/dockerfile/stress_test/grpc_interop_stress_python/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/dockerfile/stress_test/grpc_interop_stress_python/Dockerfile b/tools/dockerfile/stress_test/grpc_interop_stress_python/Dockerfile
index ee6249d381..20d2d3f57b 100644
--- a/tools/dockerfile/stress_test/grpc_interop_stress_python/Dockerfile
+++ b/tools/dockerfile/stress_test/grpc_interop_stress_python/Dockerfile
@@ -93,7 +93,7 @@ RUN apt-get update && apt-get install -y \
# Install Python packages from PyPI
RUN pip install pip --upgrade
RUN pip install virtualenv
-RUN pip install futures==2.2.0 enum34==1.0.4 protobuf==3.0.0a2
+RUN pip install futures==2.2.0 enum34==1.0.4 protobuf==3.0.0a2 six==1.10.0
RUN pip install coverage