expect
Script executor that interacts with other programs that require user input. More information: <https://manned.org/expect>.
RUN apt-get update && \
apt-get install -y expect
RUN apt-get update && \
apt-get install -y expect
RUN apk add expect
RUN pacman -S --noconfirm expect
RUN apt-get update && \
apt-get install -y expect
RUN yum install -y expect
RUN dnf install -y expect
RUN apt-get update && \
apt-get install -y expect