版本:openEuler 22.03 LTS dokcer基础镜像
JDK:openjdk 21.0.7
字体安装:Dockfile 中 RUN 指令
RUN dnf install -y fontconfig dejavu-sans-fonts wqy-zenhei-fonts &&
dnf clean all &&
rm -rf /var/cache/dnf/*
操作:Java服务中有导出Excel操作,提示:Caused by: java.lang.RuntimeException: Fontconfig head is null, check your fonts or fonts configuration