How to install usermod in Alpine Linux
Problem:
When trying to use usermod
in Alpine Linux, you see the following error message:
-ash: usermod: not found
Solution
Install usermod and related tools by adding the community repositories and using
echo http://dl-2.alpinelinux.org/alpine/edge/community/ >> /etc/apk/repositories
apk add -U shadow