diff options
author | ncteisen <ncteisen@gmail.com> | 2018-06-15 11:13:46 -0400 |
---|---|---|
committer | ncteisen <ncteisen@gmail.com> | 2018-06-15 11:13:46 -0400 |
commit | c14e95fc63302421b71f0939a71d3a2b32c8ab1f (patch) | |
tree | 7a5a865423be974130cd24d3e70067052d6b9d8e /tools/dockerfile/test/php7_jessie_x64 | |
parent | c7166ae67dd554d41b4d26286da2888aebc0153b (diff) | |
parent | bd6ac0f9d57dda96797bbd5b1bd27815342e7ee5 (diff) |
Merge branch 'master' of https://github.com/grpc/grpc into channelz
Diffstat (limited to 'tools/dockerfile/test/php7_jessie_x64')
-rw-r--r-- | tools/dockerfile/test/php7_jessie_x64/Dockerfile | 2 |
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 53ef7b3443..436a7a77e8 100644 --- a/tools/dockerfile/test/php7_jessie_x64/Dockerfile +++ b/tools/dockerfile/test/php7_jessie_x64/Dockerfile @@ -77,7 +77,7 @@ RUN apt-get update && apt-get install -y \ # Install Python packages from PyPI RUN pip install --upgrade pip==10.0.1 RUN pip install virtualenv -RUN pip install futures==2.2.0 enum34==1.0.4 protobuf==3.5.2.post1 six==1.10.0 twisted==17.5.0 +RUN pip install futures==2.2.0 enum34==1.0.4 protobuf==3.5.2.post1 six==1.10.0 twisted==17.5.0 pyyaml==3.12 RUN mkdir /var/local/jenkins |