mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 13:15:18 +02:00
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:
@@ -18,6 +18,7 @@ RUN \
|
||||
libavfilter-dev \
|
||||
libpcap-dev \
|
||||
libturbojpeg0 \
|
||||
libxml2 \
|
||||
git \
|
||||
cmake \
|
||||
&& apt-get clean \
|
||||
|
Reference in New Issue
Block a user