我想使用 Alpine Linux 和 LibreOffice 创建一个 Docker 图像来呈现 PDF 文档。LibreOffice 源文件使用微软的 Times New Roman 字体。
如何apk
在 Alpine Linux 上安装 Microsoft 字体?是否有与 Ubuntus 等效的数据包apt install ttf-mscorefonts-installer
?
更新 1:
同时,我找到了一个名为的包[msttcorefonts-installer][1]
,它似乎提供了我正在寻找的东西。当我尝试使用 Alpine Linux 3.7 安装它时,apk add msttcorefonts-installer-3.6-r2
出现以下错误:
ERROR: unsatisfiable constraints:
msttcorefonts-installer-3.6-r2 (missing):
required by: world[msttcorefonts-installer-3.6-r2]
Run Code Online (Sandbox Code Playgroud)