From a15c4e7912400a7804c60fbef1354a81d9ab6ad9 Mon Sep 17 00:00:00 2001 From: alrekur Date: Tue, 6 Aug 2019 09:58:04 -0400 Subject: [PATCH] add python3-xlrd for excel import and export --- 12.0/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/12.0/Dockerfile b/12.0/Dockerfile index 1098831..8233509 100644 --- a/12.0/Dockerfile +++ b/12.0/Dockerfile @@ -23,6 +23,7 @@ RUN set -x; \ python3-vobject \ python3-watchdog \ xz-utils \ + python3-xlrd \ && curl -o wkhtmltox.deb -sSL https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/0.12.5/wkhtmltox_0.12.5-1.stretch_amd64.deb \ && echo '7e35a63f9db14f93ec7feeb0fce76b30c08f2057 wkhtmltox.deb' | sha1sum -c - \ && dpkg --force-depends -i wkhtmltox.deb\