Node.js installation in Origam Docker images

We have Node.js installation in the backend docker image as well as in the architect docker image.

  • The backend Docker images contain Node.js to make the custom plugin build a little easier for implementers who will use the image. This might not be a good idea maybe it would be better leave it up to whoever uses the image to install whatever node version they need
  • I’m not sure why node installation is in the architect docker image.

So, we should consider removing the node installation from all docker images while making sure that this won’t create unacceptable breaking changes.