From 670959dcaf50dc2fb09368ef0fcc4cec8b9d28b4 Mon Sep 17 00:00:00 2001 From: Ventz Petkov Date: Thu, 11 Jan 2018 23:37:13 -0500 Subject: [PATCH] Upstream update to install process: 82da6c5639d9e5f0531705cf4337154a9072c314 - added install of stix2, which depends on python3 and pip3. This covers everything up to and including the Jan 4, 2018 commit by adulau. --- container/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/container/Dockerfile b/container/Dockerfile index 800ffbb..e3e7d11 100644 --- a/container/Dockerfile +++ b/container/Dockerfile @@ -63,6 +63,7 @@ RUN sudo -H git clone https://github.com/MISP/misp-modules.git WORKDIR /usr/local/src/misp-modules RUN sudo pip3 install --upgrade pip ; \ + sudo pip3 install stix2 ; \ sudo pip3 install -I -r REQUIREMENTS ; \ sudo pip3 install -I .