MISP / x_old_misp_docker

MISP Docker (XME edition)
284 stars 172 forks source link

Library installation problem " mixbox, python-cybox, python-stix, python-maec, cti-python-stix2 " #137

Open ServSlack opened 2 years ago

ServSlack commented 2 years ago

Hello Guys,

I tested the installation process using docker-misp with Ubuntu 20.04 and after checking in "/servers/serverSettings/diagnostics" I saw that Libraries don´t was properly installed.

Can you please check it ?

image

righel commented 2 years ago

Hello @ServSlack Just merged a fix https://github.com/MISP/misp-docker/pull/140

Could you please try again? You will have to re-create the container to see the changes. If you don't have anything to back-up such as custom configs, you can try with:

docker-compose rm web
docker-compose up --build --force-recreate

Let me know if that helps.