In preparation of adding the infodocs target to our CI install the prerequisite texinfo software package.
Signed-off-by: Heinrich Schuchardt <[email protected]> --- tools/docker/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/docker/Dockerfile b/tools/docker/Dockerfile index 42ab81283d..2f566d3fb3 100644 --- a/tools/docker/Dockerfile +++ b/tools/docker/Dockerfile @@ -109,6 +109,7 @@ RUN apt-get update && apt-get install -y \ srecord \ sudo \ swig \ + texinfo \ util-linux \ uuid-dev \ virtualenv \ -- 2.37.2

