[Fix] Add missing reportlab import to Dockerfile

pull/4/head
Matthias Maes 2019-02-27 15:04:43 +01:00
parent b063e3bcd5
commit dfee8cd0e3
1 changed files with 2 additions and 2 deletions

View File

@ -72,8 +72,8 @@ 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
sudo pip3 install pymisp ; \
sudo pip3 install reportlab
WORKDIR /var/www/MISP/PyMISP
RUN python3 setup.py install