Jimexist commented on code in PR #2588:
URL: https://github.com/apache/thrift/pull/2588#discussion_r970904254
##########
build/docker/old/ubuntu-trusty/Dockerfile:
##########
@@ -190,10 +190,11 @@ RUN apt-get install -y --no-install-recommends \
python3-six \
python3-wheel \
python3-zope.interface && \
- pip install -U ipaddress backports.ssl_match_hostname tornado && \
- pip3 install -U backports.ssl_match_hostname tornado
-# installing tornado by pip/pip3 instead of debian package
-# if we install the debian package, the build fails in py2
+ python3 -m pip install --upgrade pip && \
+ python3 -m pip install --upgrade \
Review Comment:
reverted the changes to `build/docker/old/ubuntu-trusty/Dockerfile`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]