FACT_core icon indicating copy to clipboard operation
FACT_core copied to clipboard

I got an error while building docker image of radare

Open hezygo opened this issue 2 years ago • 3 comments

here my error,and i use root account image

hezygo avatar Mar 25 '22 07:03 hezygo

This seems to be an issue with either docker or docker-compose. Could you simply try to navigate to the folder src/install/radare and run docker-compose build --no-cache and see if it fails? If it does not fail, you could simply try to restart FACT. If it does fail and you don't want to use the radare GUI anyway, you could also comment out the line

run_cmd_with_logging(f'docker-compose -f {COMPOSE_YAML} up -d')

in src/start_fact_frontend.py.

jstucke avatar Mar 25 '22 08:03 jstucke

This seems to be an issue with either docker or docker-compose. Could you simply try to navigate to the folder src/install/radare and run docker-compose build --no-cache and see if it fails? If it does not fail, you could simply try to restart FACT. If it does fail and you don't want to use the radare GUI anyway, you could also comment out the line

run_cmd_with_logging(f'docker-compose -f {COMPOSE_YAML} up -d')

in src/start_fact_frontend.py.

i'm so sad that i try both and got same result

hezygo avatar Mar 25 '22 09:03 hezygo

Your issue seems to be discussed here

Do you need the radare GUI, though? If not, simply removing/commenting out the call to docker-compose is still an option (it is just a feature on the FACT analysis page, nothing else depends on it)

jstucke avatar Mar 25 '22 11:03 jstucke

Since there is no activity I will close this issue. Please feel free to reopen the issue if the problem persists or if you have additional questions.

jstucke avatar Dec 16 '22 14:12 jstucke