prebuild / docker-images

Docker images for cross compiling prebuilt binaries for Node.js native addons.
GNU General Public License v3.0
10 stars 7 forks source link

Install nodejs package from correct source #18

Closed vweevers closed 3 years ago

vweevers commented 3 years ago

In our dockcross-based images, the 'nodejs' package is available in both default debian sources and nodesource. Debian's package does not include npm.

Not sure what changed or when, but it's fixed by increasing the priority of nodesource. This in turn revealed that we were targeting the wrong debian version; should be bullseye instead of buster.

Closes #17 and unblocks https://github.com/Level/leveldown/pull/764.