Dockerfile: Add 'less' pkg to stx-builder's dockerfile

This eliminates the need to get 'less' installed
after rebuilding the debian containers.

Test Plan:
pass: container has 'less' installed. no other behavior changes.

Story: 2008846
Task: 44768

Signed-off-by: Leonardo Fagundes Luz Serrano <Leonardo.FagundesLuzSerrano@windriver.com>
Change-Id: Id6d57b473e511dfe867e4a1afe68af33541f9e6b
This commit is contained in:
Leonardo Fagundes Luz Serrano 2022-03-13 18:46:19 -03:00
parent c7ed6130b2
commit 3ed4dd48e0
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
git-buildpackage \
fakeroot \
pristine-tar \
less \
repo \
libdistro-info-perl \
debian-keyring \