All of lore.kernel.org
 help / color / mirror / Atom feed
From: Heinrich Schuchardt <xypron.glpk@gmx.de>
To: u-boot@lists.denx.de
Subject: [PATCH 1/1] Dockerfile: add graphviz
Date: Thu, 16 Jan 2020 20:51:09 +0100	[thread overview]
Message-ID: <20200116195109.6493-1-xypron.glpk@gmx.de> (raw)

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@gmx.de>
---
resent due to missing Cc:u-boot at lists.denx.de
---
 Dockerfile | 1 +
 1 file changed, 1 insertion(+)

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 \
--
2.24.1

             reply	other threads:[~2020-01-16 19:51 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-16 19:51 Heinrich Schuchardt [this message]
2020-01-17 16:24 ` [PATCH 1/1] Dockerfile: add graphviz Tom Rini

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200116195109.6493-1-xypron.glpk@gmx.de \
    --to=xypron.glpk@gmx.de \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.