From b45691f42baece8cc6da7b699200f953e78156d3 Mon Sep 17 00:00:00 2001 From: haoxr <1490493387@qq.com> Date: Thu, 20 Apr 2023 20:22:34 +0800 Subject: [PATCH] =?UTF-8?q?build:=20=E9=85=8D=E7=BD=AE=E5=AD=97=E4=BD=93?= =?UTF-8?q?=E9=95=9C=E5=83=8F=E6=BA=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index fc466d3e..2d5e5e15 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,4 +17,6 @@ EXPOSE 8989 # 时区修改 RUN /bin/cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime \&& echo 'Asia/Shanghai' >/etc/timezone +RUN echo -e https://mirrors.ustc.edu.cn/alpine/v3.7/main/ > /etc/apk/repositories + RUN apk --no-cache add ttf-dejavu fontconfig \ No newline at end of file