Closed
Description
First of all, thanks for this image.
When trying to compile this project using docker run --rm -it -v "$(pwd)":/home/rust/src ekidd/rust-musl-builder cargo build --release
the resulted binary doesn't seem to be static:
$ ldd transporter
linux-vdso.so.1 (0x00007ffe895f1000)
libc.so => not found
$ ./transporter
-bash: ./transporter: /lib/ld64.so.1: bad ELF interpreter: No such file or directory
I'm probably doing something wrong here, but I couldn't figure out what is it
Metadata
Metadata
Assignees
Labels
No labels