diff --git a/Dockerfile b/Dockerfile index 95c82b1..e05c75d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,8 +5,8 @@ RUN sed -i 's/deb.debian.org/mirrors.163.com/g' /etc/apt/sources.list && \ apt update && \ apt-get install -y dpkg wget unzip #fonts-droid fonts-arphic-ukai fonts-arphic-uming -RUN cd /tmp && wget http://ftp.cn.debian.org/debian/pool/main/f/fonts-noto-cjk/fonts-noto-cjk_20170601+repack1-3_all.deb && \ - dpkg -i fonts-noto-cjk_20170601+repack1-3_all.deb && \ +RUN cd /tmp && wget http://ftp.cn.debian.org/debian/pool/main/f/fonts-noto-cjk/fonts-noto-cjk_20190410+repack1-2_all.deb && \ + dpkg -i fonts-noto-cjk_20190410+repack1-2_all.deb && \ wget https://github.com/adobe-fonts/source-sans-pro/releases/download/2.040R-ro%2F1.090R-it/source-sans-pro-2.040R-ro-1.090R-it.zip && \ unzip source-sans-pro-2.040R-ro-1.090R-it.zip && cd source-sans-pro-2.040R-ro-1.090R-it && mv ./OTF /usr/share/fonts/ && \ fc-cache -f -v