man
Format and display manual pages. More information: <https://www.man7.org/linux/man-pages/man1/man.1.html>.
RUN apt-get update && \
apt-get install -y man-db
RUN apt-get update && \
apt-get install -y man-db
RUN apk add man
RUN pacman -S --noconfirm man-db
RUN apt-get update && \
apt-get install -y man-db
RUN yum install -y man
RUN dnf install -y man-db
RUN apt-get update && \
apt-get install -y man-db