Closed programadordegp2 closed 6 months ago
Disabling "warnings as errors" in configure seems to prevent this issue. Please try the changes in the Dockerfile that I just pushed and let me know if the problem persists.
Hi!
Thanks for the response @ergot86 !!
It seems it worked fine and the image is now created. :)
Thanks a lot!
Glad to hear it worked :)
Closing this issue.
After cloning repository and then building the image with
sudo docker build -t kali .
, as explained in page 541, the following error is shown:I have tried figuring out the conflictive instruction by dissecting line by line the Dockerfile and running multiple RUN commands, without success. Any suggestions? Thanks a lot!
My dissection:
The error is:
ERROR: failed to solve: process "/bin/sh -c ./configure --target-list=x86_64-softmmu --enable-debug --disable-strip" did not complete successfully: exit code: 127