missing dependency for armv7 (#4727)

This commit is contained in:
Ivan Gabaldon 2025-05-07 08:53:34 +02:00 committed by GitHub
parent a2fa7de880
commit f52cd3f008
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -48,6 +48,8 @@ RUN apt-get update \
&& apt-get install -y --no-install-recommends \ && apt-get install -y --no-install-recommends \
# healthcheck # healthcheck
wget \ wget \
# lxml (ARMv7)
libxslt1.1 \
# uwsgi # uwsgi
libpcre3 \ libpcre3 \
libxml2 \ libxml2 \