aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/dockerfile/distribtest/python_fedora20_x64
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/distribtest/python_fedora20_x64
parentc919aff578cf59d4a1d610e1f7ed26db3aa601c3 (diff)
parent2f24f497c4e9578d9cc8a4a5606b3846c14e51d7 (diff)
Merge github.com:grpc/grpc into moovee
Diffstat (limited to 'tools/dockerfile/distribtest/python_fedora20_x64')
-rw-r--r--tools/dockerfile/distribtest/python_fedora20_x64/Dockerfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/dockerfile/distribtest/python_fedora20_x64/Dockerfile b/tools/dockerfile/distribtest/python_fedora20_x64/Dockerfile
index 8b0f769c26..3d3636e43d 100644
--- a/tools/dockerfile/distribtest/python_fedora20_x64/Dockerfile
+++ b/tools/dockerfile/distribtest/python_fedora20_x64/Dockerfile
@@ -35,3 +35,5 @@ RUN yum clean all && yum update -y && yum install -y python python-pip
# Trying twice makes it work fine.
# https://github.com/docker/docker/issues/10180
RUN pip install --upgrade six || pip install --upgrade six
+
+RUN pip install virtualenv