git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
11d5670
)
Dockerfile: add package texinfo
author
Heinrich Schuchardt
<heinrich.schuchardt@canonical.com>
Fri, 30 Dec 2022 04:41:01 +0000
(
05:41
+0100)
committer
Tom 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
patch
|
blob
|
history
diff --git
a/tools/docker/Dockerfile
b/tools/docker/Dockerfile
index
2408788
..
c92eeb5
100644
(file)
--- 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 \