aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/dockerfile/test
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-07-13 15:06:00 -0700
committerGravatar Craig Tiller <ctiller@google.com>2016-07-13 15:06:00 -0700
commit8da7b1f779b36394008aad5ef40f49b03ce79c7b (patch)
tree6e485ef4d466fe7a1f4a07c3a25fa9de88f8471c /tools/dockerfile/test
parentad1bd4602856e57c49f6f539456903dfdd021631 (diff)
Fix some failures
Diffstat (limited to 'tools/dockerfile/test')
-rw-r--r--tools/dockerfile/test/python_pyenv_x64/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/dockerfile/test/python_pyenv_x64/Dockerfile b/tools/dockerfile/test/python_pyenv_x64/Dockerfile
index e2355c4443..abb5f3c89b 100644
--- a/tools/dockerfile/test/python_pyenv_x64/Dockerfile
+++ b/tools/dockerfile/test/python_pyenv_x64/Dockerfile
@@ -76,7 +76,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
# Install dependencies for pyenv
RUN apt-get update && apt-get install -y \