From patchwork Thu Jan 16 19:51:09 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Heinrich Schuchardt X-Patchwork-Id: 239684 List-Id: U-Boot discussion From: xypron.glpk at gmx.de (Heinrich Schuchardt) Date: Thu, 16 Jan 2020 20:51:09 +0100 Subject: [PATCH 1/1] Dockerfile: add graphviz Message-ID: <20200116195109.6493-1-xypron.glpk@gmx.de> 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 --- resent due to missing Cc:u-boot at lists.denx.de --- Dockerfile | 1 + 1 file changed, 1 insertion(+) -- 2.24.1 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 \