Commit d734424
committed
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.1 parent aa7594e commit d734424
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
| 91 | + | |
| 92 | + | |
92 | 93 | | |
93 | 94 | | |
94 | 95 | | |
| |||
0 commit comments