Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Service 'misp-web' failed to build #17

Closed
TGuerillon opened this issue Sep 14, 2021 · 4 comments
Closed

Service 'misp-web' failed to build #17

TGuerillon opened this issue Sep 14, 2021 · 4 comments
Assignees
Labels
bug Something isn't working

Comments

@TGuerillon
Copy link

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.
Capture-d-cran-2021-09-07-171856
Screenshot_20210914_111930

@pe3zx pe3zx self-assigned this Sep 14, 2021
@pe3zx pe3zx added the bug Something isn't working label Sep 14, 2021
@pe3zx
Copy link
Owner

pe3zx commented Sep 14, 2021

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.

@pe3zx
Copy link
Owner

pe3zx commented Sep 26, 2021

This issue has been fixed by updating the misp-docker to the latest commit. Review this change on b63d31a and the build check.

@pe3zx pe3zx closed this as completed Sep 26, 2021
@TGuerillon
Copy link
Author

Thanks for the fix. I think that the redis docker is not used anymore as the MISP docker is running its own redis-server

@pe3zx
Copy link
Owner

pe3zx commented Sep 28, 2021

The redis service has been removed from docker-compose.yml, according to e147823. Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants