Open Van953411174 opened 3 months ago
If it helps, what I ended up doing is cloning the latest docker githubs of each. Make the proper modification of the docker compose files and .env files (specially the ports) and I had no issues.
At the time of this comment, you can choose 3 options over the docker installation part of MISP's website. And here is the IRIS guide for docker too.
I know it's not an official fix but I think they are going to update those version soon. Hope this workaround helps anybody.
Error while executing script to install MISP & IRIS
Error while pip install dependencies/evtx2splunk-2.0.1-py3-none-any.whl (from requirement.txt)
I commented the line in requirement in **/t-guard/iris-web/source/requirements.txt :
dependencies/evtx2splunk-2.0.1-py3-none-any.whl
added in the docker file the line : **/t-guard/iris-web/docker/webApp/Dockerfile : RUN pip install --upgrade pip RUN pip3 install splunk-hec --use-pep517
And it worked (debian 12 LXC container)
Sorry for the format, it's my first report... :)