Browse Source

travis: Add xmllint to the builder image

Seems that it is required for the manpage conversion.
ppa-0.6.1
Christian Decker 6 years ago
committed by Rusty Russell
parent
commit
13796f0d0f
  1. 1
      contrib/Dockerfile.builder
  2. 1
      contrib/Dockerfile.builder.i386

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

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

Loading…
Cancel
Save