mitre / caldera

Automated Adversary Emulation Platform
https://caldera.mitre.org
Apache License 2.0
5.54k stars 1.05k forks source link

Installation - Docker Deployment error #3031

Closed VasPet899 closed 1 month ago

VasPet899 commented 2 months ago

Following README Docker Deployment instructions, ran into the following error when running build:

=> ERROR [caldera 27/30] RUN if [ $(grep -c "- emu" ../../conf/local.yml) ]; then apt-get -y install zlib1g unzip; pip3...

Error is of the following command: [caldera 27/30] RUN if [ $(grep -c "- emu" ../../conf/local.yml) ]; then apt-get -y install zlib1g unzip; pip3 install -r requirements.txt; ./download_payloads.sh; fi:

The following messages were displayed (multiple times on different lines) as the command was running which might be useful for debugging:

./download_payloads.sh: line 7: $'\r': command not found curl: (3) URL using bad/illegal format or missing URL

Please let me know how I can fix this, thanks!

github-actions[bot] commented 2 months ago

Looks like your first issue -- we aim to respond to issues as quickly as possible. In the meantime, check out our documentation here: http://caldera.readthedocs.io/

VasPet899 commented 1 month ago

Went about ec2 instead, other installation worked.