mkhomedir_helper
Create the user's home directory after creating the user. More information: <https://manned.org/mkhomedir_helper>.
RUN apt-get update && \
apt-get install -y libpam-modules-bin
RUN apt-get update && \
apt-get install -y libpam-modules-bin
RUN pacman -S --noconfirm pam
RUN apt-get update && \
apt-get install -y libpam-modules-bin
RUN yum install -y pam
RUN dnf install -y pam
RUN apt-get update && \
apt-get install -y libpam-modules-bin