From 4908a68a5abf090db052762e306abbe518734328 Mon Sep 17 00:00:00 2001 From: Alan Lu Date: Sun, 12 Aug 2018 19:09:20 +0800 Subject: [PATCH] Update Dockerfile --- 11.0/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/11.0/Dockerfile b/11.0/Dockerfile index 7f548b958..c722e71d8 100644 --- a/11.0/Dockerfile +++ b/11.0/Dockerfile @@ -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 \