Update NodeJS in Docker image
A new Dockerfile-base
ensures that a more recent version of NodeJS is installed in the base image of the system. Unfortunately, node
has grown in size significantly, amongst other things because it now links in many libraries statically. There's some room for improvement, by removing header files and unused node modules, but it's not really worth the effort.
Closes RAP-541
Edited by Marcel Loose