aboutsummaryrefslogtreecommitdiff
path: root/tools/docker/Dockerfile
diff options
context:
space:
mode:
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>2022-12-30 05:41:01 +0100
committerTom Rini <trini@konsulko.com>2023-01-11 15:02:24 -0500
commit5f7a507eb352de7b58124907a715d8bad3627051 (patch)
tree2f0787e8a68055bbdc859d7ff59d2845b306b5b3 /tools/docker/Dockerfile
parent11d567012558fab7da9d1189948cb6005c081ccd (diff)
downloadu-boot-5f7a507eb352de7b58124907a715d8bad3627051.zip
u-boot-5f7a507eb352de7b58124907a715d8bad3627051.tar.gz
u-boot-5f7a507eb352de7b58124907a715d8bad3627051.tar.bz2
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>
Diffstat (limited to 'tools/docker/Dockerfile')
-rw-r--r--tools/docker/Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/docker/Dockerfile b/tools/docker/Dockerfile
index 2408788..c92eeb5 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 \