You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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.
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?

The text was updated successfully, but these errors were encountered: