add python3-xlrd for excel import and export

This commit is contained in:
alrekur 2019-08-06 09:58:04 -04:00 committed by GitHub
parent c6b79809f0
commit a15c4e7912
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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\