notify-send
Uses the current desktop environment's notification system to create a notification. More information: <https://manned.org/notify-send>.
RUN apt-get update && \
apt-get install -y libnotify-bin
RUN apt-get update && \
apt-get install -y libnotify-bin
RUN apk add libnotify
RUN pacman -S --noconfirm libnotify
RUN apt-get update && \
apt-get install -y libnotify-bin
RUN yum install -y libnotify
RUN dnf install -y libnotify
RUN apt-get update && \
apt-get install -y libnotify-bin