Describe the bug briefly
The gvite binary file built on Ubuntu can`t execute on Alpine system.
Information
- Firstly build gvite on Ubuntu
- move the binary file to docker based on Alpine and execute
output as follows:
bash-4.4# ./gvite
bash: ./gvite: No such file or directory
Reason
The gvite binary file on Ubuntu:
bash-4.4# file gvite
gvite: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), statically linked, not stripped
While the gvite binary file on Alpine:
bash-4.4# file gvite
gvite: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, not stripped