mirror of
https://github.com/searxng/searxng.git
synced 2025-08-02 10:02:20 +02:00
missing dependency for armv7 (#4727)
This commit is contained in:
parent
a2fa7de880
commit
f52cd3f008
1 changed files with 2 additions and 0 deletions
|
@ -48,6 +48,8 @@ RUN apt-get update \
|
|||
&& apt-get install -y --no-install-recommends \
|
||||
# healthcheck
|
||||
wget \
|
||||
# lxml (ARMv7)
|
||||
libxslt1.1 \
|
||||
# uwsgi
|
||||
libpcre3 \
|
||||
libxml2 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue