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

Aucune réponse

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions