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.

pull/4/head
Ventz Petkov 2018-01-11 23:37:13 -05:00
parent 59f63b7d6c
commit 670959dcaf
1 changed files with 1 additions and 0 deletions

View File

@ -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 .