浏览代码

fix: add lmodern

issue: #320
C4illin 1 月之前
父节点
当前提交
761f56b869
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      Dockerfile

+ 3 - 0
Dockerfile

@@ -58,6 +58,7 @@ RUN apt-get update && apt-get install -y \
   libjxl-tools \
   libva2 \
   libvips-tools \
+  lmodern \
   mupdf-tools \
   pandoc \
   poppler-utils \
@@ -65,7 +66,9 @@ RUN apt-get update && apt-get install -y \
   python3-numpy \
   resvg \
   texlive \
+  texlive-fonts-recommended \
   texlive-latex-extra \
+  texlive-latex-recommended \
   texlive-xetex \
   --no-install-recommends \
   && rm -rf /var/lib/apt/lists/*