去除字体支持

development
温天培 2 years ago
parent 41fec886fd
commit 314202b148

@ -11,9 +11,9 @@ RUN apt-get clean
RUN apt update && apt install libgdiplus -y RUN apt update && apt install libgdiplus -y
RUN ln -s /usr/lib/libgdiplus.so /usr/lib/gdiplus.dll RUN ln -s /usr/lib/libgdiplus.so /usr/lib/gdiplus.dll
COPY msyh.ttc /usr/share/fonts/msyh.tt #COPY msyh.ttc /usr/share/fonts/msyh.tt
COPY msyhbd.ttc /usr/share/fonts/msyhbd.tt #COPY msyhbd.ttc /usr/share/fonts/msyhbd.tt
COPY msyhl.ttc /usr/share/fonts/msyhl.tt #COPY msyhl.ttc /usr/share/fonts/msyhl.tt
FROM mcr.microsoft.com/dotnet/sdk:6.0 AS build FROM mcr.microsoft.com/dotnet/sdk:6.0 AS build
WORKDIR /src WORKDIR /src

Loading…
Cancel
Save