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`

[ Full content available at: https://github.com/apache/trafficcontrol/pull/2892 
]
This message was relayed via gitbox.apache.org for [email protected]

Reply via email to