mirror of https://github.com/MISP/docker-misp
[Fix] Add missing reportlab import to Dockerfile
parent
b063e3bcd5
commit
dfee8cd0e3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue