Closed TGuerillon closed 3 years ago
Hi @TGuerillon. I just ran the build check and found the same issue.
More specifically, the error occurs on the misp-modules' dependencies installation process. I will try to fix this issue and also syncing misp-docker with the upstream soon. Thank you for your solution.
This issue has been fixed by updating the misp-docker to the latest commit. Review this change on b63d31a and the build check.
Thanks for the fix. I think that the redis docker is not used anymore as the MISP docker is running its own redis-server
The redis service has been removed from docker-compose.yml
, according to e147823677c208c172a39f9075545b13c91d510e. Thank you!
I got an error while building the docker when it's installing the dependencies for misp-web. The module trustar uses setuptools and more specificaly use_2to3 which has been discontinued since v58.0.0 of setuptools. A solution I found is to modify the dockerfile for misp-web and downgrade setuptools to v57.5.0 and install trustar before upgrading setup tools again.