I am trying to dockerize a program which I made (C++). It run perfectly from command line and when I run ldd it works but dockerize fails with error subprocess.CalledProcessError: Command '['/lib64/ld-linux-x86-64.so.2', '--list', '/tmp/dockerizeSUClXT/...']' returned non-zero exit status 127 any idea of what I am missing?
Hi,
I am trying to dockerize a program which I made (C++). It run perfectly from command line and when I run ldd it works but dockerize fails with error
subprocess.CalledProcessError: Command '['/lib64/ld-linux-x86-64.so.2', '--list', '/tmp/dockerizeSUClXT/...']' returned non-zero exit status 127
any idea of what I am missing?