From 112a55690503587ffb27a8af4de084f2db804458 Mon Sep 17 00:00:00 2001 From: Ventz Petkov Date: Tue, 21 May 2019 22:19:26 -0400 Subject: [PATCH] Fix for misp-modules and python3 until it's fixed upstream - thanks to @angarod for finding/testing --- README.md | 2 +- container/Dockerfile | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f8043d3..d44f282 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/container/Dockerfile b/container/Dockerfile index e66447e..2f6bebf 100644 --- a/container/Dockerfile +++ b/container/Dockerfile @@ -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