pdahlman
Results
1
comments of
pdahlman
This is due to commit [https://github.com/coppit/docker-inotify-command/commit/e65260ff523b4637b4b511229f2d8e6a936d6b4b](https://github.com/coppit/docker-inotify-command/commit/e65260ff523b4637b4b511229f2d8e6a936d6b4b) where base image was changed to Alpine. As Alpine uses `adduser`/`addgroup` instead of `useradd`/`groupaddg`, the commands used in `runas.sh` can't be found. The script...