aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/dockerfile
diff options
context:
space:
mode:
authorGravatar Masood Malekghassemi <soltanmm@users.noreply.github.com>2015-09-25 11:27:10 -0700
committerGravatar Masood Malekghassemi <soltanmm@users.noreply.github.com>2015-10-07 16:19:45 -0700
commit5a65bcd48cb582c5f41e93f9ab618bffc3b5d8a1 (patch)
tree9f78b2c4578416d1c7b609d5a2f0eb57217c337b /tools/dockerfile
parentb53b36e2b7fced8440241d58c3e24a3ece108cb6 (diff)
Bring Cython tests back online
Diffstat (limited to 'tools/dockerfile')
-rw-r--r--tools/dockerfile/grpc_python_base/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/dockerfile/grpc_python_base/Dockerfile b/tools/dockerfile/grpc_python_base/Dockerfile
index 90a57bf341..6ef7a111df 100644
--- a/tools/dockerfile/grpc_python_base/Dockerfile
+++ b/tools/dockerfile/grpc_python_base/Dockerfile
@@ -43,7 +43,7 @@ RUN apt-get update && apt-get install -y \
python-virtualenv
# Install Python packages from PyPI
-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 cython==0.23
# Get the GRPC source from GitHub
RUN git clone --recursive https://github.com/grpc/grpc.git /var/local/git/grpc