atc-project / atomic-threat-coverage

Actionable analytics designed to combat threats
Apache License 2.0
970 stars 157 forks source link

Fixing docker #204

Closed andrazjelenc closed 3 years ago

andrazjelenc commented 4 years ago

Hi guys.

Dependencies inside docker were broken, because of deletion of pip inside docker image. Also paths to scripts inside docker-entrypoint.sh were not correct. I replace them with execution of main.py with correct flag (same as in Makefile).

yugoslavskiy commented 3 years ago

Hello @andrazjelenc! Thank you very much for your contribution (: Could you please resolve the conflicts in the PR? You've created PR to the master branch, but we restrict access to master and we all do PRs only to develop (so I've changed it to develop).

andrazjelenc commented 3 years ago

Hi, I believe that I solved the conflicts.

yugoslavskiy commented 3 years ago

Thank you very much, @andrazjelenc! Well done!