ocket8888 commented on issue #2892: [Docs] upgrade setuptools prior to installing sphinx URL: https://github.com/apache/trafficcontrol/pull/2892#issuecomment-426346754 Another option, if it makes you feel better, is to just 'pin' (not exactly the right word; `>=` doesn't 'pin' - it'll install the latest available version and fail if that's not at least the specified version) the requirement right there in the dockerfile by using `pip install -U setuptools>=36.2.7` or `pip install -U setuptools==36.2.7` for a more strict version requirement. But that still has to be done in a prior step the same way `yum install -y epel-release` must be done in a separate step from `yum install -y python34`
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
