diff --git a/Dockerfile b/Dockerfile index 145dbd66..fc466d3e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,4 +15,6 @@ CMD java \ EXPOSE 8989 # 时区修改 -RUN /bin/cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime \&& echo 'Asia/Shanghai' >/etc/timezone \ No newline at end of file +RUN /bin/cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime \&& echo 'Asia/Shanghai' >/etc/timezone + +RUN apk --no-cache add ttf-dejavu fontconfig \ No newline at end of file