adduser

User addition utility. More information: <https://manpages.debian.org/latest/adduser/adduser.html>.

Debian Debian
RUN apt-get update && \ apt-get install -y adduser
Ubuntu
RUN apt-get update && \ apt-get install -y adduser
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y adduser
CentOS
RUN yum install -y adduser
Fedora
RUN dnf install -y adduser
Raspbian
RUN apt-get update && \ apt-get install -y adduser
click the source code to copy install adduser on any operating system with command-not-found.com