xme / misp-docker

Docker container for MISP
96 stars 32 forks source link

Dockerfile issues with misp-modules #17

Closed execgit closed 7 years ago

execgit commented 7 years ago

Installing misp-modules does not work currently. The modules need newer versions of requests and urllib3 than currently provided by Ubuntu.

I remediated this with adding

pip3 install --upgrade --ignore-installed urllib3 && \
pip3 install --upgrade --ignore-installed requests

to the dockerfile before installing misp-modules. This is probably not the optimal solution, though.

execgit commented 7 years ago

This was before the latest updates. Need to test with the latest version, sorry about that.

xme commented 7 years ago

I added them just to be sure, thank for the tests!

/x