kaypee90
❔ .net 7 docker container error: qemu-x86_64: Could not open '/lib64/ld-linux-x86-64.so.2' HELP
Yeah, I googled it and the proposed solution was to add
FROM --platform=linux/amd64
in the Dockerfile. But in my case, this is an image that has already been built and I am pulling from docker hub.7 replies