Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix NPM-installed files with large UID/GID.
For some unknown reasons (*cough* Javascript *cough*), when NPM's `underscore` module is installed (as a dependency to Obographviz), its files are given some impossibly large UID and GID. This may prevent the final image from being used on systems where Docker runs in rootless mode. So after Obographviz is installed, we ensure that all files and directories under /usr/local/lib/node_modules belong to root as they should.
- Loading branch information