mitre-atlas / caldera-atlas

Apache License 2.0
11 stars 3 forks source link

Failed to build Caldera #3

Open garyisaac opened 1 year ago

garyisaac commented 1 year ago

I am getting an error when running "docker-compose build". It states that caldera failed to build. Would this be a permission issue? Or, something else? issue

lilyjw commented 1 year ago

Hi @garyisaac, is there content in the /caldera directory, specifically caldera/Dockerfile? If not, the submodules may not have cloned - you can run git submodule update --init --recursive.

garyisaac commented 1 year ago

Thank you for the help! There is no content. I noticed that other directories like arsenal do not have content. I had an issue running "git clone --recursive git@github.com:mitre-atlas/caldera-atlas.git cd caldera-atlas". Git did give me permission so I cloned caldera-atlas using HTTPS. I will try running the update in your comment or download each sub-module using HTTPS.