less
Open a file for interactive reading, allowing scrolling and search. More information: <https://greenwoodsoftware.com/less/>.
RUN apt-get update && \
apt-get install -y less
RUN apt-get update && \
apt-get install -y less
RUN apk add less
RUN pacman -S --noconfirm less
RUN apt-get update && \
apt-get install -y less
RUN yum install -y less
RUN dnf install -y less
RUN apt-get update && \
apt-get install -y less