lesskey
pager program similar to more
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