aboutsummaryrefslogtreecommitdiffstats
path: root/docker
diff options
context:
space:
mode:
authorRyota MIBU <r-mibu@cq.jp.nec.com>2016-08-19 11:49:57 +0900
committerRyota MIBU <r-mibu@cq.jp.nec.com>2016-08-19 11:49:57 +0900
commit55247e9d53a70d191b62adf21c5767b2ee97bb52 (patch)
tree70bb557f6f7a9e8dac385cc7b2228629df9f15c3 /docker
parent0c8fcab579d0027a6dd85722a3ba7f31bf966dba (diff)
fix Pillow version 3.3.0
The latest docker build for functest container has failed while installing Pillow-3.3.1 [1], where the previous build had succeeded [2]. Let's pin the version of Pillow to 3.3.0 . [1] https://build.opnfv.org/ci/view/functest/job/functest-docker-build-push-master/589 [2] https://build.opnfv.org/ci/view/functest/job/functest-docker-build-push-master/588 Change-Id: I18e46340aa8f43ec56aef5e3d208cac59af10a9c Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
Diffstat (limited to 'docker')
-rw-r--r--docker/requirements.pip1
1 files changed, 1 insertions, 0 deletions
diff --git a/docker/requirements.pip b/docker/requirements.pip
index 52d0a9cc7..25ec795f3 100644
--- a/docker/requirements.pip
+++ b/docker/requirements.pip
@@ -26,3 +26,4 @@ python-congressclient==1.3.0
subprocess32
shyaml
dnspython
+Pillow==3.3.0