Add less command (#469)

This commit is contained in:
Felipe Santos 2022-06-20 04:53:05 -03:00 committed by GitHub
parent d78e1572dd
commit 1c5bbbff57
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -44,6 +44,7 @@ RUN \
wget=1.21-1+deb11u1 \
zip=3.0-12 \
zsh=5.8-6+deb11u1 \
less=551-2 \
\
&& sed -i -e 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen \
&& locale-gen \