Speed up Docker container startup
-
docker: install Node.js container-wide instead of nvm
This eliminates a noticeable delay on container startup, when fixuid has to recurisvely change UID/GID in the home directory, since that's where nvm is installed.
-
docker: bump fixuid to 0.5.1
No noticeable changes. Upstream builds for more architectures, otherwise code is the same.
Edited by Roman Azarenko