RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories
RUN apk add --update font-adobe-100dpi ttf-dejavu fontconfig
在线安装字体
RUN yum -y install wget
RUN wget -O /usr/share/fonts/simsun.ttf https://pfh-file-store.oss-cn-hangzhou.aliyuncs.com/simsun.ttf
RUN fc-cache -vf
RUN fc-list
离线安装字体,先把离线字体文件加入dockerfile目录
COPY front/simsun.ttf /usr/share/fonts/simsun.ttf
RUN mkfontscale
RUN mkfontdir
RUN fc-cache -vf
RUN fc-list
此内容需要评论后才能查看哦 (*^▽^*) 点击登录
评论进度:0/1
此内容需要评论后才能查看哦 (*^▽^*) 点击登录
评论进度:0/1
评论0
暂时没有评论