inspirehep / inspire-docker

Dockerfiles for inspirehep/inspire-next application
GNU General Public License v2.0
4 stars 12 forks source link

python_base: fix build #34

Closed jacquerie closed 7 years ago

jacquerie commented 7 years ago

Closes #33

Since version 34 setuptools requires a recent enough version of pip to be installed.

When running the tests we need to override the latest tag for the image that we want to test so that docker-compose does not pull it from the repo.

Finally, we pin clean-css to the ^3.4.23 release because the 4.x release introduced several breaking changes in features we depend on.