logger
Add messages to syslog (/var/log/syslog). More information: <https://manned.org/logger>.
RUN apt-get update && \
apt-get install -y bsdutils
RUN apt-get update && \
apt-get install -y bsdutils
RUN apk add util-linux
RUN pacman -S --noconfirm util-linux
RUN apt-get update && \
apt-get install -y bsdutils
RUN yum install -y util-linux
RUN dnf install -y util-linux
RUN apt-get update && \
apt-get install -y bsdutils