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 #18

Closed jacquerie closed 8 years ago

jacquerie commented 8 years ago

Build has been failing for the past week (https://travis-ci.org/inspirehep/inspire-docker/builds), this is my attempt to fix it. First of all we have npm/npm/issues/9863, which is worked around by avoiding to reinstall npm, since it's recent enough (3.10.1 vs. current 3.10.8). Then I had trouble with building wheels for several packages, which appeared to require gcc and openssl-devel. This is the part I'm least convinced about: @david-caro, can you have a look?