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:
parent
c7ed6130b2
commit
3ed4dd48e0
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user