From 6a4106155ec5e2b0a786cf2dc6d80a679c5605c6 Mon Sep 17 00:00:00 2001 From: cimnine Date: Fri, 17 Sep 2021 22:14:37 +0200 Subject: [PATCH] Add libxml2 for python module lxml --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 5f3f94b..7cd5094 100644 --- a/Dockerfile +++ b/Dockerfile @@ -64,6 +64,7 @@ RUN apk add --no-cache \ libffi \ libjpeg-turbo \ libxslt \ + libxml2 \ openssl \ postgresql-libs \ py3-pip \