Dockerfile: add package texinfo
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Fri, 30 Dec 2022 04:41:01 +0000 (05:41 +0100)
committerTom Rini <trini@konsulko.com>
Wed, 11 Jan 2023 20:02:24 +0000 (15:02 -0500)
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>
tools/docker/Dockerfile

index 2408788..c92eeb5 100644 (file)
@@ -109,6 +109,7 @@ RUN apt-get update && apt-get install -y \
        srecord \
        sudo \
        swig \
+       texinfo \
        util-linux \
        uuid-dev \
        virtualenv \