mediainfo_aws_lambda icon indicating copy to clipboard operation
mediainfo_aws_lambda copied to clipboard

Docker build failed

Open andreasbica opened this issue 2 years ago • 3 comments

I try to build this Docker Container on my Mac (macos Ventura, M2 Pro, Docker Desktop App v 4.16.2), but I get alway this error:

Bildschirm­foto 2023-07-19 um 10 49 24
Bildschirm­foto 2023-07-19 um 10 49 36

Hope y can help ... many thx

andreasbica avatar Jul 19 '23 09:07 andreasbica

With Docker.app v4.21.1, I get this error:

Bildschirm­foto 2023-07-19 um 11 10 38

andreasbica avatar Jul 19 '23 09:07 andreasbica

FIXED !!!

Y have to add this line RUN yum install zlib-devel -y after line RUN yum install gcc ... and to add this line RUN pip3.7 install importlib-metadata after line RUN mkdir -p /packages/pymediainfo-3.9/python/lib/python3.9/site-packages.

andreasbica avatar Jul 19 '23 13:07 andreasbica

this bs!

artisanvaultcode avatar Sep 05 '23 03:09 artisanvaultcode