NoClassDefFoundError: Could not initialize class sun.awt.X11FontManager 问题
配置 dockerFile
RUN apt-get update; apt-get install -y fontconfig libfreetype6
或者在linux环境下安装
fontconfig libfreetype6
配置 dockerFile
RUN apt-get update; apt-get install -y fontconfig libfreetype6
或者在linux环境下安装
fontconfig libfreetype6