mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-18 21:22:15 +01:00
Add missing fonts from 6.4.1
This commit is contained in:
@@ -103,7 +103,20 @@ RUN apt-get update &&\
|
|||||||
fonts-arphic-uming \
|
fonts-arphic-uming \
|
||||||
fonts-ipafont-mincho \
|
fonts-ipafont-mincho \
|
||||||
fonts-ipafont-gothic \
|
fonts-ipafont-gothic \
|
||||||
fonts-unfonts-core &&\
|
fonts-unfonts-core \
|
||||||
|
# LibreOffice recommends.
|
||||||
|
fonts-crosextra-caladea \
|
||||||
|
fonts-crosextra-carlito \
|
||||||
|
fonts-dejavu \
|
||||||
|
fonts-dejavu-extra \
|
||||||
|
fonts-liberation \
|
||||||
|
fonts-liberation2 \
|
||||||
|
fonts-linuxlibertine \
|
||||||
|
fonts-noto-core \
|
||||||
|
fonts-noto-mono \
|
||||||
|
fonts-noto-ui-core \
|
||||||
|
fonts-sil-gentium \
|
||||||
|
fonts-sil-gentium-basic &&\
|
||||||
rm -rf /var/lib/apt/lists/*
|
rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
COPY build/base/fonts/* /usr/local/share/fonts/
|
COPY build/base/fonts/* /usr/local/share/fonts/
|
||||||
|
|||||||
Reference in New Issue
Block a user