mirror of https://github.com/MISP/docker-misp
Fix for installing latest PyMISP - reportlab requirement as per: https://github.com/MISP/PyMISP/issues/351
parent
2cc45f3426
commit
b063e3bcd5
|
@ -1,6 +1,6 @@
|
|||
Docker MISP Container
|
||||
=====================
|
||||
### Latest Update: 1-15-2019
|
||||
### Latest Update: 2-27-2019
|
||||
|
||||
Following the Official MISP Ubuntu 18.04 LTS build instructions.
|
||||
|
||||
|
|
|
@ -72,6 +72,7 @@ RUN sudo -u www-data -H git submodule init ; \
|
|||
sudo -u www-data -H git submodule update
|
||||
|
||||
RUN sudo pip3 install jsonschema ; \
|
||||
sudo pip3 install reportlab ; \
|
||||
sudo pip3 install pymisp
|
||||
|
||||
WORKDIR /var/www/MISP/PyMISP
|
||||
|
|
Loading…
Reference in New Issue