From ad56bd17dbe31d96ee1f6fa9aa33b2088f279b2c Mon Sep 17 00:00:00 2001 From: wangjunjx8868 <122058662@qq.com> Date: Tue, 19 Oct 2021 08:09:39 +0000 Subject: [PATCH] =?UTF-8?q?!157=20=E3=80=90=E4=BF=AE=E5=A4=8D=E3=80=91?= =?UTF-8?q?=E5=AE=B9=E5=99=A8=E9=83=A8=E7=BD=B2=E5=90=8E=E4=B8=8A=E4=BC=A0?= =?UTF-8?q?=E5=9B=BE=E7=89=87=E7=BC=BA=E5=B0=91libgdiplus=20=E5=BA=93?= =?UTF-8?q?=E5=AF=BC=E8=87=B4=E4=B8=8A=E4=BC=A0=E5=A4=B1=E8=B4=A5=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98=20*=20Merge=20branch=20'dahuihui/develop'=20?= =?UTF-8?q?of=20https://gitee.com/wangjunjx8868/CoreShop=20*=20=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=20Lunix=20docker=20=E9=83=A8=E7=BD=B2=E5=90=8Ehttp://?= =?UTF-8?q?=E5=9F=9F=E5=90=8D/api/Tools/UploadFilesFByBase64=20=E4=B8=8A?= =?UTF-8?q?=E4=BC=A0=E5=9B=BE=E7=89=87=E5=9B=A0=E5=AE=B9=E5=99=A8=E4=B8=AD?= =?UTF-8?q?=E7=BC=BA=E5=B0=91=E2=80=A6=20*=20=E6=9B=B4=E6=96=B0cropperImg.?= =?UTF-8?q?js=20*=20=E5=88=A0=E9=99=A4cropperImg.js=E6=96=87=E4=BB=B6=20*?= =?UTF-8?q?=20=E4=BF=AE=E6=94=B9cropperImg.js=E5=A4=A7=E5=B0=8F=E5=86=99?= =?UTF-8?q?=E9=97=AE=E9=A2=98=20*=20=E3=80=90=E4=BF=AE=E5=A4=8D=E3=80=91?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=9C=B0=E5=9D=80=E4=BF=A1=E6=81=AF=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=E9=94=99=E8=AF=AF=E7=9A=84=E9=97=AE=E9=A2=98=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CoreCms.Net.Web.Admin/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CoreCms.Net.Web.Admin/Dockerfile b/CoreCms.Net.Web.Admin/Dockerfile index 6e46781..4dcee07 100644 --- a/CoreCms.Net.Web.Admin/Dockerfile +++ b/CoreCms.Net.Web.Admin/Dockerfile @@ -1,5 +1,7 @@ FROM mcr.microsoft.com/dotnet/aspnet:5.0 +RUN apt-get update && apt-get install -y libgdiplus + WORKDIR /app EXPOSE 80