diff options
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile index 039b7f9aa..9aeb28214 100644 --- a/Dockerfile +++ b/Dockerfile @@ -48,6 +48,8 @@ RUN apt-get update \ && apt-get install -y --no-install-recommends \ # healthcheck wget \ + # lxml (ARMv7) + libxslt1.1 \ # uwsgi libpcre3 \ libxml2 \ |