Update Dockerfile

This commit is contained in:
Alan Lu 2018-08-12 19:09:20 +08:00 committed by GitHub
parent e34689bf67
commit 4908a68a5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,6 +17,8 @@ RUN set -x; \
libssl1.0-dev \
xz-utils \
python3-watchdog \
ttf-wqy-zenhei \
ttf-wqy-microhei \
&& curl -o wkhtmltox.tar.xz -SL https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/0.12.4/wkhtmltox-0.12.4_linux-generic-amd64.tar.xz \
&& echo '3f923f425d345940089e44c1466f6408b9619562 wkhtmltox.tar.xz' | sha1sum -c - \
&& tar xvf wkhtmltox.tar.xz \