提交 80dec314 编写于 作者: 麦壳饼's avatar 麦壳饼

修复skia 依赖问题

上级 21f19aef
...@@ -6,7 +6,7 @@ RUN echo "deb https://mirrors.tuna.tsinghua.edu.cn/debian/ bullseye main contrib ...@@ -6,7 +6,7 @@ RUN echo "deb https://mirrors.tuna.tsinghua.edu.cn/debian/ bullseye main contrib
echo "deb https://mirrors.tuna.tsinghua.edu.cn/debian/ bullseye-updates main contrib non-free" >> /etc/apt/sources.list && \ echo "deb https://mirrors.tuna.tsinghua.edu.cn/debian/ bullseye-updates main contrib non-free" >> /etc/apt/sources.list && \
echo "deb https://mirrors.tuna.tsinghua.edu.cn/debian/ bullseye-backports main contrib non-free" >> /etc/apt/sources.list && \ echo "deb https://mirrors.tuna.tsinghua.edu.cn/debian/ bullseye-backports main contrib non-free" >> /etc/apt/sources.list && \
echo "deb https://mirrors.tuna.tsinghua.edu.cn/debian-security jessie/updates main contrib non-free" >> /etc/apt/sources.list && \ echo "deb https://mirrors.tuna.tsinghua.edu.cn/debian-security jessie/updates main contrib non-free" >> /etc/apt/sources.list && \
apt-get -y -q update && apt-get install -y -q apt-utils libgdiplus libc6-dev lsof net-tools wget sqlite3 python3 iputils-ping inetutils-tools libssl-dev libssl1.0.0 curl && \ apt-get -y -q update && apt-get install -y -q apt-utils libgdiplus libc6-dev lsof net-tools wget sqlite3 python3 iputils-ping inetutils-tools libssl-dev libssl1.0.0 curl libfontconfig1 && \
apt-get autoremove -y && apt-get clean && apt-get autoclean && rm /var/cache/apt/* -rf && \ apt-get autoremove -y && apt-get clean && apt-get autoclean && rm /var/cache/apt/* -rf && \
ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
#RUN curl -o TDengine-client.tar.gz "https://www.taosdata.com/download/download-gettingStarted.php?pkg=tdengine_linux&pkgName=TDengine-client-2.0.12.0-Linux-x64.tar.gz" && \ #RUN curl -o TDengine-client.tar.gz "https://www.taosdata.com/download/download-gettingStarted.php?pkg=tdengine_linux&pkgName=TDengine-client-2.0.12.0-Linux-x64.tar.gz" && \
......
...@@ -113,6 +113,7 @@ ...@@ -113,6 +113,7 @@
<PackageReference Include="SilkierQuartz" Version="5.0.309" /> <PackageReference Include="SilkierQuartz" Version="5.0.309" />
<PackageReference Include="SilkierQuartz.Plugins.RecentHistory" Version="5.0.309" /> <PackageReference Include="SilkierQuartz.Plugins.RecentHistory" Version="5.0.309" />
<PackageReference Include="SkiaSharp" Version="2.80.3" /> <PackageReference Include="SkiaSharp" Version="2.80.3" />
<PackageReference Include="SkiaSharp.NativeAssets.Linux.NoDependencies" Version="2.80.3" />
<PackageReference Include="System.CodeDom" Version="6.0.0" /> <PackageReference Include="System.CodeDom" Version="6.0.0" />
<PackageReference Include="System.Collections" Version="4.3.0" /> <PackageReference Include="System.Collections" Version="4.3.0" />
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.16.0" /> <PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.16.0" />
......
...@@ -155,6 +155,26 @@ ...@@ -155,6 +155,26 @@
<param name="id"></param> <param name="id"></param>
<returns></returns> <returns></returns>
</member> </member>
<member name="T:IoTSharp.Controllers.CaptchaController">
<summary>
登录验证码
</summary>
</member>
<member name="M:IoTSharp.Controllers.CaptchaController.Index(System.String)">
<summary>
生成一个图形认证
</summary>
<param name="clientid"></param>
<returns></returns>
</member>
<member name="M:IoTSharp.Controllers.CaptchaController.Vertify(System.String,IoTSharp.Models.ModelCaptchaVertify)">
<summary>
校验图形认证
</summary>
<param name="clientid"></param>
<param name="m"></param>
<returns></returns>
</member>
<member name="T:IoTSharp.Controllers.CustomersController"> <member name="T:IoTSharp.Controllers.CustomersController">
<summary> <summary>
客户管理 客户管理
...@@ -201,6 +221,11 @@ ...@@ -201,6 +221,11 @@
<param name="id"></param> <param name="id"></param>
<returns></returns> <returns></returns>
</member> </member>
<member name="T:IoTSharp.Controllers.DeviceModelController">
<summary>
设备模型
</summary>
</member>
<member name="T:IoTSharp.Controllers.DevicesController"> <member name="T:IoTSharp.Controllers.DevicesController">
<summary> <summary>
设备管理 设备管理
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
} }
}, },
"ConnectionStrings": { "ConnectionStrings": {
"IoTSharp": "Server=pgsql;Database=IoTSharp;Username=postgres;Password=future;Pooling=true;MaxPoolSize=1024;", "IoTSharp": "Server=pgsql;Database=IoTSharp1;Username=postgres;Password=future;Pooling=true;MaxPoolSize=1024;",
"EventBusStore": "mongodb://root:kissme@mongodb:27017", "EventBusStore": "mongodb://root:kissme@mongodb:27017",
"TelemetryStorage": "http://influx:8086/?org=iotsharp&bucket=iotsharp-bucket&token=koMHcRQ9PJVPIIb6zFyLt-06EkM_oy1jut08bH7f0BwC85LUO6zxgihKZUayHzyetapJEkxrlO0KwJ278dKpnA==&&latest=-72h", "TelemetryStorage": "http://influx:8086/?org=iotsharp&bucket=iotsharp-bucket&token=koMHcRQ9PJVPIIb6zFyLt-06EkM_oy1jut08bH7f0BwC85LUO6zxgihKZUayHzyetapJEkxrlO0KwJ278dKpnA==&&latest=-72h",
"EventBusMQ": "amqp://root:kissme@rabbitmq:5672" "EventBusMQ": "amqp://root:kissme@rabbitmq:5672"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册