tests/docker: Install texinfo in the Fedora image
authorPhilippe Mathieu-Daudé <philmd@redhat.com>
Mon, 15 Jul 2019 17:48:12 +0000 (19:48 +0200)
committerAlex Bennée <alex.bennee@linaro.org>
Tue, 23 Jul 2019 14:53:25 +0000 (15:53 +0100)
The 'makeinfo' is required to generate the documentation from
the 'html' Makefile rule (called by 'install-doc').
The NSIS installer uses these files.

Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20190715174817.18981-6-philmd@redhat.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
tests/docker/dockerfiles/fedora.docker

index 226ac1026fa440562cb47118ec32e2addb125121..4ddc7dd112a28c0a1d6e1777a04f837986815c5a 100644 (file)
@@ -87,6 +87,7 @@ ENV PACKAGES \
     systemd-devel \
     systemtap-sdt-devel \
     tar \
+    texinfo \
     usbredir-devel \
     virglrenderer-devel \
     vte291-devel \