diff options
author | Sakala Venkata Krishna Rohit <rohitsakala@gmail.com> | 2018-04-27 11:30:45 +0530 |
---|---|---|
committer | Sakala Venkata Krishna Rohit <rohitsakala@gmail.com> | 2018-04-27 11:34:05 +0530 |
commit | 81cdf537ac40e62125d995854aec201deeb37cf5 (patch) | |
tree | 2a0fa9a456ba981a8dc2518ff3cd23bf6d4bbce9 | |
parent | 4cb8c27f4bf293f5c9537f98c0a0d8a6ca9ad3f8 (diff) |
Temporary bugfix for testapi-automate job
New upgrade of pip 10 is causing the problem.
Links - 1. https://github.com/docker/compose/issues/5883
2. https://bugs.launchpad.net/devstack/+bug/1763966
3. https://github.com/pypa/pip/issues/4805
Change-Id: I8d49dda2ae55569833075fff792d9ded0030f56b
-rw-r--r-- | testapi/docker/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testapi/docker/Dockerfile b/testapi/docker/Dockerfile index bbf12fc..86999d9 100644 --- a/testapi/docker/Dockerfile +++ b/testapi/docker/Dockerfile @@ -40,7 +40,7 @@ python-pip \ crudini \ --no-install-recommends -RUN pip install --upgrade pip requests +RUN pip install --upgrade requests RUN git config --global http.sslVerify false RUN git clone https://gerrit.opnfv.org/gerrit/releng-testresults /home/releng-testresults |