groff
GNU replacement for the troff and nroff typesetting utilities. More information: <https://www.gnu.org/software/groff>.
RUN apt-get update && \
apt-get install -y groff-base
RUN apt-get update && \
apt-get install -y groff-base
RUN apk add groff
RUN pacman -S --noconfirm groff
RUN apt-get update && \
apt-get install -y groff-base
RUN yum install -y groff
RUN dnf install -y groff-base
RUN apt-get update && \
apt-get install -y groff-base