Improve scrape performance by using lxml parser (#71087)

* Improve scape performance by using lxml parser

* load it

* tweak

* tweak

* ensure libxml2 is installed in dev container
This commit is contained in:
J. Nick Koston
2022-05-01 21:04:05 -05:00
committed by GitHub
parent c23866e5e5
commit b770ca319e
5 changed files with 9 additions and 2 deletions

View File

@@ -18,6 +18,7 @@ RUN \
libavfilter-dev \
libpcap-dev \
libturbojpeg0 \
libxml2 \
git \
cmake \
&& apt-get clean \