[PATCH 1/1] Dockerfile: add package texinfo

Heinrich Schuchardt heinrich.schuchardt at canonical.com
Fri Dec 30 05:41:01 CET 2022


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

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt at canonical.com>
---
 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



More information about the U-Boot mailing list