其他分享
首页 > 其他分享> > The type initializer for 'Gdip' threw an exception

The type initializer for 'Gdip' threw an exception

作者:互联网

The type initializer for 'Gdip' threw an exception

docker 部署上传文件服务报错,由于linux 无图像 导致在压缩图片 或者 对图片进行操作时缺少 图形处理组件 会报错


1.docker exec -it fileupload bash

2.apt-get update

3.apt-get install sudo

4.sudo apt-get install libgdiplus

5.sudo ln -s /usr/lib/libgdiplus.so /usr/lib/gdiplus.dll

如果是在docker 环境内 安装完之后 一定要重启 

6.docker restart fileupload

标签:fileupload,get,sudo,apt,报错,Gdip,type,docker,threw
来源: https://www.cnblogs.com/OneSeting/p/15796731.html