The type initializer for 'Gdip' threw an exception in ECS service.

0

The type initializer for 'Gdip' threw an exception in ECS service. ECS service is Fargate Linux Server. Could any one help how we can resolve the issue.

I have added the below lines in my dockerfile.

install System.Drawing native dependencies

RUN apt-get update
&& apt-get install -y --allow-unauthenticated
libc6-dev
libgdiplus
libx11-dev
&& rm -rf /var/lib/apt/lists/*

没有答案

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则