sshpass
An ssh password provider. It works by creating a TTY, feeding the password into it, and then redirecting stdin to the ssh session. More information: <https://manned.org/sshpass>.
RUN apt-get update && \
apt-get install -y sshpass
RUN apt-get update && \
apt-get install -y sshpass
RUN apk add sshpass
RUN pacman -S --noconfirm sshpass
RUN apt-get update && \
apt-get install -y sshpass
RUN yum install -y sshpass
RUN dnf install -y sshpass
RUN apt-get update && \
apt-get install -y sshpass