From d11db353aa899cd7bdac7f70b57333d114d8df07 Mon Sep 17 00:00:00 2001 From: vabene1111 Date: Thu, 14 Nov 2019 19:57:07 +0100 Subject: [PATCH] dependencies --- Dockerfile | 3 ++- requirements.txt | 3 +-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index a6fba6aa1..5bd634509 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,8 @@ RUN apk --no-cache add \ postgresql-client \ postgresql-dev \ build-base \ - gettext + gettext \ + libxml2 RUN pip3 install --upgrade pip RUN pip3 install -r requirements.txt diff --git a/requirements.txt b/requirements.txt index b0e9579d2..89e1fca71 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,3 @@ -lxml django django-tables2 django-filter @@ -8,8 +7,8 @@ django-autocomplete-light six requests markdown +lxml webdavclient3 -xmltodict python-dotenv==0.7.1 psycopg2==2.7.4 gunicorn==19.7.1 \ No newline at end of file