Add extra fonts for wkHTMLtoPDF to Docker images [SCI-4439]

This commit is contained in:
Oleksii Kriuchykhin 2020-03-11 20:14:29 +01:00
parent 26b687f2e6
commit 8e8be7c1f0
2 changed files with 8 additions and 0 deletions

View file

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

View file

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