I'm building a Docker container, and I need to add my user to a group. usermod is not available in Alpine Linux by default. Apparently, you can add shadow from apk to install usermod, but I would prefer to not install additional packages.
Is there an alternative way to add a user to a group, or an equivalent tool to usermod available in Alpine?