fix xelatex font problem in all-cap image

这个提交包含在:
binary-husky
2025-01-22 01:49:53 +08:00
父节点 286f7303be
当前提交 aaafe2a797
共有 2 个文件被更改,包括 4 次插入1 次删除

查看文件

@@ -5,6 +5,9 @@ FROM fuqingxu/11.3.1-runtime-ubuntu20.04-with-texlive:latest
# edge-tts需要的依赖,某些pip包所需的依赖
RUN apt update && apt install ffmpeg build-essential -y
RUN apt-get install -y fontconfig
RUN ln -s /usr/local/texlive/2023/texmf-dist/fonts/truetype /usr/share/fonts/truetype/texlive
RUN fc-cache -fv
RUN apt-get clean
# use python3 as the system default python