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

回答なし

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン