mesg
Check or set a terminal's ability to receive messages from other users, usually from the write command. See also write. More information: <https://manned.org/mesg>.
RUN apt-get update && \
apt-get install -y util-linux
RUN apt-get update && \
apt-get install -y util-linux
RUN apk add util-linux
RUN pacman -S --noconfirm util-linux
RUN apt-get update && \
apt-get install -y util-linux
RUN yum install -y sysvinit-tools
RUN dnf install -y util-linux
RUN apt-get update && \
apt-get install -y util-linux