Fix for misp-modules and python3 until it's fixed upstream - thanks to @angarod for finding/testing

pull/8/head
Ventz Petkov 2019-05-21 22:19:26 -04:00
parent 901c50a3a7
commit 112a556905
2 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,6 @@
Docker MISP Container
=====================
### Latest Update: 3-17-2019
### Latest Update: 5-21-2019
Following the Official MISP Ubuntu 18.04 LTS build instructions.

View File

@ -88,10 +88,11 @@ RUN sudo pip3 install jsonschema ; \
sudo pip3 install redis
WORKDIR /usr/local/src
RUN sudo -H git clone https://github.com/MISP/misp-modules.git
RUN sudo -H git clone https://github.com/MISP/misp-modules.git ; \
WORKDIR /usr/local/src/misp-modules
RUN sudo pip3 install -I -r REQUIREMENTS ; \
RUN sudo -H git checkout -b v2.4.104 ; \
sudo pip3 install -I -r REQUIREMENTS ; \
sudo pip3 install -I .
#RUN sudo pip uninstall -y cybox