Fix for installing latest PyMISP - reportlab requirement as per: https://github.com/MISP/PyMISP/issues/351

pull/4/head
Ventz Petkov 2019-02-27 08:54:00 -05:00
parent 2cc45f3426
commit b063e3bcd5
2 changed files with 2 additions and 1 deletions

View File

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

View File

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