manpath
Determine the search path for manual pages. More information: <https://manned.org/manpath>.
RUN apt-get update && \
apt-get install -y man-db
RUN apt-get update && \
apt-get install -y man-db
RUN pacman -S --noconfirm man-db
RUN apt-get update && \
apt-get install -y man-db
RUN yum install -y man-db
RUN dnf install -y man-db
RUN apt-get update && \
apt-get install -y man-db