|
|
|
@ -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
|
|
|
|
|