autoexpect
Automates interactive applications
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