EUDAT-B2HANDLE / B2HANDLE

B2Handle Python library for interaction with Handle services
https://eudat-b2handle.github.io/
Apache License 2.0
22 stars 24 forks source link

ARGO-2271 Fix docker image to get specific setuptools version #133

Closed kevangel79 closed 4 years ago

kevangel79 commented 4 years ago

Python setuptools has dropped support for python 2 that means that by installing any new version of the setup tools package in our dockerfiles will fail. I added the latest version of the setup tools that support python2.7 and built it locally.