coala / docker-coala-base

coala base docker image
21 stars 28 forks source link

Implicit dependency on some packages removed #181

Closed yash-nisar closed 7 years ago

yash-nisar commented 7 years ago

Removal of libasan3, libxslt-tools, python-javapackages, python-pyxb, results in this error.

yash-nisar commented 7 years ago

After the prevention of removal of the above packages, we get another error, which is prevented by installing libxml2-devel and libxslt-devel.

See https://stackoverflow.com/questions/33785755/getting-could-not-find-function-xmlcheckversion-in-library-libxml2-is-libxml2

yash-nisar commented 7 years ago

After adding libxml2-devel and libxslt-devel, the build is still red with a npm ERR! Cannot find module 'node-fetch-npm' error.

yash-nisar commented 7 years ago

npm install --verbose gives https://travis-ci.org/yash-nisar/docker-coala-base/builds/240772147#L2027-L2059

yash-nisar commented 7 years ago

Created a separate issue for the NPM error -> https://github.com/coala/docker-coala-base/issues/182