[PATCH 1/1] Dockerfile: add imagemagick

Heinrich Schuchardt xypron.glpk at gmx.de
Fri Feb 21 06:14:44 CET 2020


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 <xypron.glpk at gmx.de>
---
 Dockerfile | 1 +
 1 file changed, 1 insertion(+)

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



More information about the U-Boot mailing list