mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-21 14:24:09 +01:00
travis: Add xmllint to the builder image
Seems that it is required for the manpage conversion.
This commit is contained in:
parent
fc2d955b01
commit
13796f0d0f
2 changed files with 2 additions and 0 deletions
|
@ -32,6 +32,7 @@ RUN apt-get -qq update && \
|
||||||
python3-setuptools \
|
python3-setuptools \
|
||||||
python-pkg-resources \
|
python-pkg-resources \
|
||||||
shellcheck \
|
shellcheck \
|
||||||
|
libxml2-utils \
|
||||||
wget \
|
wget \
|
||||||
zlib1g-dev && \
|
zlib1g-dev && \
|
||||||
rm -rf /var/lib/apt/lists/*
|
rm -rf /var/lib/apt/lists/*
|
||||||
|
|
|
@ -32,6 +32,7 @@ RUN apt-get -qq update && \
|
||||||
python3-setuptools \
|
python3-setuptools \
|
||||||
python-pkg-resources \
|
python-pkg-resources \
|
||||||
shellcheck \
|
shellcheck \
|
||||||
|
libxml2-utils \
|
||||||
wget \
|
wget \
|
||||||
zlib1g-dev && \
|
zlib1g-dev && \
|
||||||
rm -rf /var/lib/apt/lists/*
|
rm -rf /var/lib/apt/lists/*
|
||||||
|
|
Loading…
Add table
Reference in a new issue