From patchwork Fri Feb 21 05:14:44 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Heinrich Schuchardt X-Patchwork-Id: 236670 List-Id: U-Boot discussion From: xypron.glpk at gmx.de (Heinrich Schuchardt) Date: Fri, 21 Feb 2020 06:14:44 +0100 Subject: [PATCH 1/1] Dockerfile: add imagemagick Message-ID: <20200221051444.3375-1-xypron.glpk@gmx.de> In reStructured text documentation we sometimes find formatting problems. So we should 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 ImageMagick package. Signed-off-by: Heinrich Schuchardt Reviewed-by: Bin Meng --- Dockerfile | 1 + 1 file changed, 1 insertion(+) -- 2.25.0 diff --git a/Dockerfile b/Dockerfile index 1f8f7a4..32d43f7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -53,6 +53,7 @@ RUN apt-get update && apt-get install -y \ grub-efi-amd64-bin \ grub-efi-ia32-bin \ iasl \ + imagemagick \ iputils-ping \ libisl15 \ liblz4-tool \