Closed khda closed 7 months ago
@khda , try Dockerfile-debian-x86_64
@denis99999
Yeah, now I saw more dockerfiles.
Unfortunately, the build based on Dockerfile-debian-x86_64
ended with the same error for me.
However, Dockerfile-debian-arm64
and Dockerfile-debian-armhf
worked for me.
I think that's enough for me
I'm trying to build an image based on a Dockerfile from the root of the repository. I get the error:
rosetta error: failed to open elf at /lib64/ld-linux-x86-64.so.2
. In theory, my OS is not important, but I use MasOS.Docker version 25.0.3, build 4debf41.
Latest repository commit: git log -1 commit b5b3f910ca87d67c86372e442eb5787398987505 (HEAD -> master, origin/master, origin/HEAD) Author: Karol Wrótniak karol.wrotniak@droidsonroids.pl Date: Sat Mar 23 17:26:40 2024 +0100 Add version 3.6.7 to CHANGELOG
Reproduction steps:
git clone git@github.com:DeviceFarmer/stf.git
cd stf
docker build . -f Dockerfile
Error text:
rosetta error: failed to open elf at /lib64/ld-linux-x86-64.so.2
Full output:
What could be the problem?
Maybe what other data is needed?