CycodeLabs / raven

CI/CD Security Analyzer
Apache License 2.0
611 stars 32 forks source link

make setup #162

Closed xXxSpicyBoiiixXx closed 9 months ago

xXxSpicyBoiiixXx commented 9 months ago

There appears to be some issue with make setup in the docker container. Would we need the to pre-allocate some containers before doing so or should this be automatic? Some context, I am on a Ubuntu machine.

elad-pticha commented 9 months ago

Hey! Thank you for opening this issue. Can you please send screenshots/error trace so we can inspect the problem? make setup should work fine if you have docker-compose v2.

xXxSpicyBoiiixXx commented 9 months ago

Ah that's what the issue was I had docker-compose v1, which solved the issue after installing docker-compose-v2. In addition to note for Linux users, you will have to run sudo make setup