I would like to create a Docker image using Alpine Linux and LibreOffice to render PDF documents. The LibreOffice source documents are using Microsofts Times New Roman font.
How can I install Microsoft fonts using apk on Alpine Linux? Is there an equivalent packet to Ubuntus apt install ttf-mscorefonts-installer?
Update 1:
Meanwhile I have found a package called [msttcorefonts-installer][1] that seems to provide what I am looking for. When I try to install it on Alpine Linux 3.7 using apk add msttcorefonts-installer-3.6-r2 I get the following error:
ERROR: unsatisfiable constraints: msttcorefonts-installer-3.6-r2 (missing): required by: world[msttcorefonts-installer-3.6-r2]
apk --no-cache add msttcorefonts-installerworks.