zenity
Display dialogs from the command-line/shell scripts. Return user-inserted values or 1 if error. More information: <https://manned.org/zenity>.
RUN apt-get update && \
apt-get install -y zenity
RUN apt-get update && \
apt-get install -y zenity
RUN apk add zenity
RUN pacman -S --noconfirm zenity
RUN apt-get update && \
apt-get install -y zenity
RUN yum install -y zenity
RUN dnf install -y zenity
RUN apt-get update && \
apt-get install -y zenity