mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-10-06 03:46:39 +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 \
|
||||
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 && \
|
||||
|
|
|
@ -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 && \
|
||||
|
|
Loading…
Add table
Reference in a new issue