atc-project / atomic-threat-coverage

Actionable analytics designed to combat threats
Apache License 2.0
962 stars 155 forks source link

Fix Dockerfile #223

Closed ThePicpixel closed 3 years ago

ThePicpixel commented 3 years ago

As an answer to Issue #222, I modified the Dockerfile because we forgot some dependencies and it makes container build crash.

So I added some lines in the Dockerfile in order to install gcc and musl-dev to build python requirements. Then I delete them since we don't need it inside the container.

Now all the requirements are given to build without any error. So the usual docker build . -t atc should work.

yugoslavskiy commented 3 years ago

Thank you very much for your contribution, @ThePicpixel!