Useful for scanning through log files. Production Rails REPL uses Pry
which depends on less for paging. The default pager is not as user
friendly.
RUN apt -y update
# install these without recommends to avoid pulling in e.g.
# X11 libraries, mailutils
-RUN apt -y install --no-install-recommends git rsyslog logrotate cron ssh-client
+RUN apt -y install --no-install-recommends git rsyslog logrotate cron ssh-client less
RUN apt -y install build-essential rsync \
libxslt-dev libcurl4-openssl-dev \
libssl-dev libyaml-dev libtool \