From 74ada58efad74f65cfc441f5560fa0891664b8fe Mon Sep 17 00:00:00 2001 From: Chris Halls Date: Fri, 10 Jan 2020 15:11:16 +0100 Subject: [PATCH] Install additional Python dependencies As mentioned on the MISP server diagnostic page --- web/Dockerfile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/web/Dockerfile b/web/Dockerfile index 5d6d355..dd21ccd 100644 --- a/web/Dockerfile +++ b/web/Dockerfile @@ -57,7 +57,11 @@ RUN git checkout tags/$(git describe --tags `git rev-list --tags --max-count=1`) USER root RUN pip3 install git+https://github.com/STIXProject/python-stix.git \ - git+https://github.com/CybOXProject/python-cybox.git + git+https://github.com/CybOXProject/python-cybox.git \ + git+https://github.com/CybOXProject/mixbox.git \ + git+https://github.com/MAECProject/python-maec.git \ + /var/www/MISP/cti-python-stix2 \ + plyara USER www-data WORKDIR /var/www/MISP