feat(dev): set PAGER=less

Requested by @mcrosson.

Closes: zmkfirmware/zmk-docker#1
PR: zmkfirmware/zmk-docker#52
This commit is contained in:
innovaker
2021-05-19 18:59:18 +01:00
parent a01e40a640
commit e656baa7da
2 changed files with 3 additions and 0 deletions

View File

@@ -39,6 +39,7 @@ RUN \
FROM common AS dev-generic
ENV LC_ALL=C
ENV PAGER=less
RUN \
apt-get -y update \