mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-20 13:54:36 +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 \
|
||||
python-pkg-resources \
|
||||
shellcheck \
|
||||
libxml2-utils \
|
||||
wget \
|
||||
zlib1g-dev && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
|
|
@ -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…
Add table
Reference in a new issue