whiptail
Display text-based dialog boxes from shell scripts. More information: <https://manned.org/whiptail>.
RUN apt-get update && \
apt-get install -y whiptail
RUN apt-get update && \
apt-get install -y whiptail
RUN apk add newt
RUN pacman -S --noconfirm whiptail
RUN apt-get update && \
apt-get install -y whiptail
RUN yum install -y newt
RUN dnf install -y newt
RUN apt-get update && \
apt-get install -y whiptail