Dockerfile: add package texinfo

In preparation of adding the infodocs target to our CI install the
prerequisite texinfo software package.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
This commit is contained in:
Heinrich Schuchardt 2022-12-30 05:41:01 +01:00 committed by Tom Rini
parent 11d5670125
commit 5f7a507eb3

View file

@ -109,6 +109,7 @@ RUN apt-get update && apt-get install -y \
srecord \
sudo \
swig \
texinfo \
util-linux \
uuid-dev \
virtualenv \