aws-lambda-libreoffice icon indicating copy to clipboard operation
aws-lambda-libreoffice copied to clipboard

Getting Error While Building Docker Image

Open syedzahidulla opened this issue 2 years ago • 4 comments
trafficstars

While building docker file iam getting error image

syedzahidulla avatar Mar 28 '23 07:03 syedzahidulla

Hi, Im facing the same issue. Did you got any solution?

shiv4623 avatar Apr 19 '23 06:04 shiv4623

is your computer an M1 Mac?

d3netxer avatar Jul 13 '23 16:07 d3netxer

No, its not Mac

Shivamkumar285 avatar Jul 13 '23 16:07 Shivamkumar285

Ok, I have an M1 Mac and I got a similar error, but it worked when I added the ' --platform linux/amd64' flag to my docker built command (as well as installing java in my Dockerfile).

In your case, I would try debugging it more and try some of the suggestions here: https://stackoverflow.com/questions/70288986/why-am-i-getting-this-error-error-internal-load-metadata

d3netxer avatar Jul 14 '23 09:07 d3netxer