Closed matan7890 closed 11 months ago
When trying to compile gdbserver, it seems that the apt dependency libc6-dev is missing. Adding it to one of the apt-get install commands solves the problem and allows compiling. It would be nice if you will add it to the Dockerfile. Thanks!
libc6-dev
apt-get install
Huh @matan7890 I'm not sure why I didn't fix it yet. Will fix it ASAP
When trying to compile gdbserver, it seems that the apt dependency
libc6-dev
is missing. Adding it to one of theapt-get install
commands solves the problem and allows compiling. It would be nice if you will add it to the Dockerfile. Thanks!