Skip to content

Update NodeJS in Docker image

Marcel Loose requested to merge RAP-541_update-nodejs-in-docker-image into master

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

Merge request reports