cal
Prints calendar information, with the current day highlighted. More information: <https://manned.org/cal>.
RUN apt-get update && \
apt-get install -y bsdmainutils
RUN apt-get update && \
apt-get install -y bsdmainutils
RUN apk add util-linux
RUN pacman -S --noconfirm util-linux
RUN apt-get update && \
apt-get install -y bsdmainutils
RUN yum install -y util-linux
RUN dnf install -y util-linux
RUN apt-get update && \
apt-get install -y bsdmainutils