From 13796f0d0f256e15ac20f35ad9e23944965f09cf Mon Sep 17 00:00:00 2001 From: Christian Decker Date: Wed, 4 Jul 2018 13:25:53 +0200 Subject: [PATCH] travis: Add xmllint to the builder image Seems that it is required for the manpage conversion. --- contrib/Dockerfile.builder | 1 + contrib/Dockerfile.builder.i386 | 1 + 2 files changed, 2 insertions(+) diff --git a/contrib/Dockerfile.builder b/contrib/Dockerfile.builder index 58a23985c..737088071 100644 --- a/contrib/Dockerfile.builder +++ b/contrib/Dockerfile.builder @@ -32,6 +32,7 @@ RUN apt-get -qq update && \ python3-setuptools \ python-pkg-resources \ shellcheck \ + libxml2-utils \ wget \ zlib1g-dev && \ rm -rf /var/lib/apt/lists/* diff --git a/contrib/Dockerfile.builder.i386 b/contrib/Dockerfile.builder.i386 index 69b746f66..478c00259 100644 --- a/contrib/Dockerfile.builder.i386 +++ b/contrib/Dockerfile.builder.i386 @@ -32,6 +32,7 @@ RUN apt-get -qq update && \ python3-setuptools \ python-pkg-resources \ shellcheck \ + libxml2-utils \ wget \ zlib1g-dev && \ rm -rf /var/lib/apt/lists/*