mirror of
https://github.com/searxng/searxng.git
synced 2025-12-27 06:00:02 +00:00
missing dependency for armv7 (#4727)
This commit is contained in:
@@ -48,6 +48,8 @@ RUN apt-get update \
|
||||
&& apt-get install -y --no-install-recommends \
|
||||
# healthcheck
|
||||
wget \
|
||||
# lxml (ARMv7)
|
||||
libxslt1.1 \
|
||||
# uwsgi
|
||||
libpcre3 \
|
||||
libxml2 \
|
||||
|
||||
Reference in New Issue
Block a user