mirror of https://github.com/MISP/docker-misp
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.
parent
59f63b7d6c
commit
670959dcaf
|
@ -63,6 +63,7 @@ RUN sudo -H git clone https://github.com/MISP/misp-modules.git
|
||||||
|
|
||||||
WORKDIR /usr/local/src/misp-modules
|
WORKDIR /usr/local/src/misp-modules
|
||||||
RUN sudo pip3 install --upgrade pip ; \
|
RUN sudo pip3 install --upgrade pip ; \
|
||||||
|
sudo pip3 install stix2 ; \
|
||||||
sudo pip3 install -I -r REQUIREMENTS ; \
|
sudo pip3 install -I -r REQUIREMENTS ; \
|
||||||
sudo pip3 install -I .
|
sudo pip3 install -I .
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue