aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorGravatar Stanley Cheung <stanleycheung@google.com>2016-07-26 19:39:04 -0700
committerGravatar Stanley Cheung <stanleycheung@google.com>2016-07-26 19:39:04 -0700
commit7d8c543d64c254612c594d1dc2e70fc3c4006e59 (patch)
tree4ac304802b2470da2fe2e48007fb1c06da39b607 /tools
parent78f0fd4715e3fdd6cc412e4335cd6be834ae7b9d (diff)
regenerate from template
Diffstat (limited to 'tools')
-rw-r--r--tools/dockerfile/test/php7_jessie_x64/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/dockerfile/test/php7_jessie_x64/Dockerfile b/tools/dockerfile/test/php7_jessie_x64/Dockerfile
index 221338956e..c0b394e5d0 100644
--- a/tools/dockerfile/test/php7_jessie_x64/Dockerfile
+++ b/tools/dockerfile/test/php7_jessie_x64/Dockerfile
@@ -88,7 +88,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 six==1.10.0
+RUN pip install futures==2.2.0 enum34==1.0.4 protobuf==3.0.0a2
# Prepare ccache
RUN ln -s /usr/bin/ccache /usr/local/bin/gcc