默认容器容器没有中文字体
# 没有fc命令安装
apt-get install fontconfig
# 字体路径
/usr/share/fonts
# 宋体字体
# 刷新字体缓存
fc-cache -fv
# 查看已安装的中文字体
fc-list :lang-zh
# 查看本地语言设置
locale
# 没有fc命令安装
apt-get install fontconfig
# 字体路径
/usr/share/fonts
# 宋体字体
# 刷新字体缓存
fc-cache -fv
# 查看已安装的中文字体
fc-list :lang-zh
# 查看本地语言设置
locale