Skip to content

[FIX] Use dependencies from pip instead of the ones from apt to avoid erros

Tulio Ruiz requested to merge github/fork/vauxoo-dev/master-fix_build-truiz into master

[FIX] Proper phantom and node.

  • Phantomjs intallation was failing so instead of using the one from apt install the one from the proper origin.
  • Nodejs is failing in Ubuntu 18.04 so install the node repository and use the same LTS version from there (v 8.x)

The package versions are the same, but we changed the origin only. All this was needed to update all the images because a lot of packages had security issues.

@moylop260 This is the second part of the fix mentioned here

Merge request reports