diff mbox series

[1/1] Dockerfile: add graphviz

Message ID 20200116195109.6493-1-xypron.glpk@gmx.de
State New
Headers show
Series [1/1] Dockerfile: add graphviz | expand

Commit Message

Heinrich Schuchardt Jan. 16, 2020, 7:51 p.m. UTC
In reStructured text documentation we somtimes find formatting problems.
Therefore I would like to add 'make htmldocs' to our Gitlab Ci steps and
let all warning result in a build failure.

For building the htmldocs target without warnings we need the Graphviz
package.

Signed-off-by: Heinrich Schuchardt <xypron.glpk at gmx.de>
---
resent due to missing Cc:u-boot at lists.denx.de
---
 Dockerfile | 1 +
 1 file changed, 1 insertion(+)

--
2.24.1

Comments

Tom Rini Jan. 17, 2020, 4:24 p.m. UTC | #1
On Thu, Jan 16, 2020 at 08:51:09PM +0100, Heinrich Schuchardt wrote:

> In reStructured text documentation we somtimes find formatting problems.
> Therefore I would like to add 'make htmldocs' to our Gitlab Ci steps and
> let all warning result in a build failure.
> 
> For building the htmldocs target without warnings we need the Graphviz
> package.
> 
> Signed-off-by: Heinrich Schuchardt <xypron.glpk at gmx.de>

Applied to gitlab-ci-runner/master, thanks!

There's a new bionic tag so I'll be updating all of the images shortly
to contain this as well.
diff mbox series

Patch

diff --git a/Dockerfile b/Dockerfile
index d73ff3f..7d6d322 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -49,6 +49,7 @@  RUN apt-get update && apt-get install -y \
 	flex \
 	gdisk \
 	git \
+	graphviz \
 	grub-efi-amd64-bin \
 	grub-efi-ia32-bin \
 	iasl \