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/*

已提問 2 年前檢視次數 61 次
沒有答案

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南