diff options
author | Robbie Shade <rjshade@google.com> | 2016-07-26 07:44:10 -0400 |
---|---|---|
committer | Robbie Shade <rjshade@google.com> | 2016-07-26 07:44:10 -0400 |
commit | 43b633d54f4708750cffe4374c9f56c65bec8fef (patch) | |
tree | 8b1813cd15a7792bfadf1275ab59773d74e71efc /tools/dockerfile/distribtest/python_ubuntu1504_x64/Dockerfile | |
parent | 53826511f95cbfa31e3b8316b11cf397830502b0 (diff) | |
parent | 7b104cd1c23a3e6ee3cb0809f39617ceda5e2575 (diff) |
Merge branch 'master' into move_timeout_encoding
Diffstat (limited to 'tools/dockerfile/distribtest/python_ubuntu1504_x64/Dockerfile')
-rw-r--r-- | tools/dockerfile/distribtest/python_ubuntu1504_x64/Dockerfile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/dockerfile/distribtest/python_ubuntu1504_x64/Dockerfile b/tools/dockerfile/distribtest/python_ubuntu1504_x64/Dockerfile index ed6ffddbec..abf36c4a24 100644 --- a/tools/dockerfile/distribtest/python_ubuntu1504_x64/Dockerfile +++ b/tools/dockerfile/distribtest/python_ubuntu1504_x64/Dockerfile @@ -30,3 +30,5 @@ FROM ubuntu:15.04 RUN apt-get update -y && apt-get install -y python python-pip + +RUN pip install virtualenv |