]> git.baikalelectronics.ru Git - uboot.git/commitdiff
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 2408788b2fad5d80e1aff0498e31249cd434dceb..c92eeb51fd5fe8d9317dbd132c4671ec89e85f89 100644 (file)
@@ -109,6 +109,7 @@ RUN apt-get update && apt-get install -y \
        srecord \
        sudo \
        swig \
+       texinfo \
        util-linux \
        uuid-dev \
        virtualenv \