diff --git a/Dockerfile b/Dockerfile index 81dfc8924..5d270ca72 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,6 +18,10 @@ RUN apt-get update -qq && \ libvips42 \ sudo graphviz --no-install-recommends \ libreoffice \ + fonts-droid-fallback \ + fonts-noto-mono \ + fonts-wqy-microhei \ + fonts-wqy-zenhei \ libfile-mimeinfo-perl \ chromium-driver && \ wget -q -O /tmp/wkhtmltox_amd64.deb $WKHTMLTOPDF_PACKAGE_URL && \ diff --git a/Dockerfile.production b/Dockerfile.production index a0ad307ae..5983a4c2e 100644 --- a/Dockerfile.production +++ b/Dockerfile.production @@ -21,6 +21,10 @@ RUN apt-get update -qq && \ libvips42 \ sudo graphviz --no-install-recommends \ libreoffice \ + fonts-droid-fallback \ + fonts-noto-mono \ + fonts-wqy-microhei \ + fonts-wqy-zenhei \ libfile-mimeinfo-perl && \ wget -q -O /tmp/wkhtmltox_amd64.deb $WKHTMLTOPDF_PACKAGE_URL && \ apt-get install -y /tmp/wkhtmltox_amd64.deb && \