aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates
diff options
context:
space:
mode:
authorGravatar Nathaniel Manista <nathaniel@google.com>2017-06-26 16:33:25 +0000
committerGravatar Nathaniel Manista <nathaniel@google.com>2017-09-28 17:28:01 +0000
commit8bba3bfc25383e87f76b0717cb4ed1113f07b9f0 (patch)
tree866023475ad38314a51d440ed5cc08bd94281c7f /templates
parent951f6fb4bf666277bc90f53c1e2bd4b00b8907b4 (diff)
Pin pip at 9.0.1
Diffstat (limited to 'templates')
-rw-r--r--templates/tools/dockerfile/python_deps.include2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/tools/dockerfile/python_deps.include b/templates/tools/dockerfile/python_deps.include
index 94b854ad21..bf1f57f267 100644
--- a/templates/tools/dockerfile/python_deps.include
+++ b/templates/tools/dockerfile/python_deps.include
@@ -9,6 +9,6 @@ RUN apt-get update && apt-get install -y ${'\\'}
python-pip
# Install Python packages from PyPI
-RUN pip install pip --upgrade
+RUN pip install --upgrade pip==9.0.1
RUN pip install virtualenv
RUN pip install futures==2.2.0 enum34==1.0.4 protobuf==3.2.0 six==1.10.0 twisted==17.5.0