mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-10-09 13:28:53 +08:00
Merge pull request #2462 from okriuchykhin/ok_SCI_4439
Add extra fonts for wkHTMLtoPDF to Docker images [SCI-4439]
This commit is contained in:
commit
ea69f83baf
2 changed files with 8 additions and 0 deletions
|
@ -18,6 +18,10 @@ RUN apt-get update -qq && \
|
||||||
libvips42 \
|
libvips42 \
|
||||||
sudo graphviz --no-install-recommends \
|
sudo graphviz --no-install-recommends \
|
||||||
libreoffice \
|
libreoffice \
|
||||||
|
fonts-droid-fallback \
|
||||||
|
fonts-noto-mono \
|
||||||
|
fonts-wqy-microhei \
|
||||||
|
fonts-wqy-zenhei \
|
||||||
libfile-mimeinfo-perl \
|
libfile-mimeinfo-perl \
|
||||||
chromium-driver && \
|
chromium-driver && \
|
||||||
wget -q -O /tmp/wkhtmltox_amd64.deb $WKHTMLTOPDF_PACKAGE_URL && \
|
wget -q -O /tmp/wkhtmltox_amd64.deb $WKHTMLTOPDF_PACKAGE_URL && \
|
||||||
|
|
|
@ -21,6 +21,10 @@ RUN apt-get update -qq && \
|
||||||
libvips42 \
|
libvips42 \
|
||||||
sudo graphviz --no-install-recommends \
|
sudo graphviz --no-install-recommends \
|
||||||
libreoffice \
|
libreoffice \
|
||||||
|
fonts-droid-fallback \
|
||||||
|
fonts-noto-mono \
|
||||||
|
fonts-wqy-microhei \
|
||||||
|
fonts-wqy-zenhei \
|
||||||
libfile-mimeinfo-perl && \
|
libfile-mimeinfo-perl && \
|
||||||
wget -q -O /tmp/wkhtmltox_amd64.deb $WKHTMLTOPDF_PACKAGE_URL && \
|
wget -q -O /tmp/wkhtmltox_amd64.deb $WKHTMLTOPDF_PACKAGE_URL && \
|
||||||
apt-get install -y /tmp/wkhtmltox_amd64.deb && \
|
apt-get install -y /tmp/wkhtmltox_amd64.deb && \
|
||||||
|
|
Loading…
Add table
Reference in a new issue