From 314202b14880a07b76c7e04e4fd1c0435e943436 Mon Sep 17 00:00:00 2001 From: wtp <1813748440@qq.com> Date: Tue, 31 Jan 2023 11:45:29 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4=E5=AD=97=E4=BD=93=E6=94=AF?= =?UTF-8?q?=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 7f30158..db7e3d8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,9 +11,9 @@ RUN apt-get clean RUN apt update && apt install libgdiplus -y RUN ln -s /usr/lib/libgdiplus.so /usr/lib/gdiplus.dll -COPY msyh.ttc /usr/share/fonts/msyh.tt -COPY msyhbd.ttc /usr/share/fonts/msyhbd.tt -COPY msyhl.ttc /usr/share/fonts/msyhl.tt +#COPY msyh.ttc /usr/share/fonts/msyh.tt +#COPY msyhbd.ttc /usr/share/fonts/msyhbd.tt +#COPY msyhl.ttc /usr/share/fonts/msyhl.tt FROM mcr.microsoft.com/dotnet/sdk:6.0 AS build WORKDIR /src