Merge pull request #2462 from okriuchykhin/ok_SCI_4439

Add extra fonts for wkHTMLtoPDF to Docker images [SCI-4439]
This commit is contained in:
Miha Mencin 2020-03-12 09:25:58 +01:00 committed by GitHub
commit ea69f83baf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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 && \