Closed rfvgyhn closed 6 years ago
Looks like Alpine doesn't include the shadow package by default, which means the usermod and groupmod binaries are missing. I normally build on Debian or Ubuntu base images which have those in the base, so I missed testing this. I'll add the shadow package to the install list in the Dockerfile and rebuild the images shortly.
Latest build of either "latest" or "snapshot" should have this fixed and it should be fully functional going forward. I see where I missed adding the "shadow" package initially after finding that su-exec wasn't needed as murmur will drop privileges by itself.
I'm trying to run with custom UID and GID but I get the following error on startup:
Is there something special I need to do besides specifying PUID and PGID in my compose file?