mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 07:04:22 +01:00
travis: Add xmllint to the builder image
Seems that it is required for the manpage conversion.
This commit is contained in:
committed by
Rusty Russell
parent
fc2d955b01
commit
13796f0d0f
@@ -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/*
|
||||
|
||||
Reference in New Issue
Block a user