chsh
Change user's login shell. More information: <https://manned.org/chsh>.
RUN apt-get update && \
apt-get install -y passwd
RUN apt-get update && \
apt-get install -y passwd
RUN apk add util-linux
RUN pacman -S --noconfirm util-linux
RUN apt-get update && \
apt-get install -y passwd
RUN yum install -y util-linux-ng
RUN dnf install -y util-linux-user
RUN apt-get update && \
apt-get install -y passwd