missing dependency for armv7

This commit is contained in:
Ivan Gabaldon 2025-05-06 22:20:17 +02:00
parent a2fa7de880
commit 0a131686dc
No known key found for this signature in database
GPG Key ID: 075587C93FA67582

View File

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