We need to update evenlet lib to fix the SSL issues

More details here: https://github.com/eventlet/eventlet/issues/315

Change-Id: I1cc350eb9cf1ae988e36a9b2c6ff5ed40b39c2e3
This commit is contained in:
Proskurin Kirill 2017-02-28 17:49:07 +00:00
parent a3ead78134
commit b1096bf572
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ COPY {{ render('pip.conf.j2') }} /tmp/pip.conf
RUN pip --no-cache-dir install -U virtualenv \
&& virtualenv /var/lib/microservices/venv \
&& mv /tmp/requirements/upper-constraints.txt /var/lib/microservices/venv/constraints.txt \
&& sed -i 's/eventlet=.*/eventlet===0.20.1/' /var/lib/microservices/venv/constraints.txt \
&& mv /tmp/pip.conf /var/lib/microservices/venv \
&& /var/lib/microservices/venv/bin/pip install --upgrade \
Babel \