passwd
Change a user's password. More information: <https://manned.org/passwd>.
RUN apt-get update && \
apt-get install -y passwd
RUN apt-get update && \
apt-get install -y passwd
RUN pacman -S --noconfirm passwd
RUN apt-get update && \
apt-get install -y passwd
RUN yum install -y passwd
RUN dnf install -y passwd
RUN apt-get update && \
apt-get install -y passwd