travis: Add xmllint to the builder image

Seems that it is required for the manpage conversion.
This commit is contained in:
Christian Decker 2018-07-04 13:25:53 +02:00 committed by Rusty Russell
parent fc2d955b01
commit 13796f0d0f
2 changed files with 2 additions and 0 deletions

View file

@ -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/*

View file

@ -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/*