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:
parent
a3ead78134
commit
b1096bf572
@ -20,6 +20,7 @@ COPY {{ render('pip.conf.j2') }} /tmp/pip.conf
|
|||||||
RUN pip --no-cache-dir install -U virtualenv \
|
RUN pip --no-cache-dir install -U virtualenv \
|
||||||
&& virtualenv /var/lib/microservices/venv \
|
&& virtualenv /var/lib/microservices/venv \
|
||||||
&& mv /tmp/requirements/upper-constraints.txt /var/lib/microservices/venv/constraints.txt \
|
&& 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 \
|
&& mv /tmp/pip.conf /var/lib/microservices/venv \
|
||||||
&& /var/lib/microservices/venv/bin/pip install --upgrade \
|
&& /var/lib/microservices/venv/bin/pip install --upgrade \
|
||||||
Babel \
|
Babel \
|
||||||
|
Loading…
Reference in New Issue
Block a user