mirror of
https://github.com/certat/intelmq-docker.git
synced 2025-12-06 01:02:52 +01:00
FIX: Added missing dependencies in Dockerfile
Signed-off-by: Sebastian Waldbauer <waldbauer@cert.at>
This commit is contained in:
@@ -49,7 +49,7 @@ RUN useradd -d /etc/intelmq -U -s /bin/bash intelmq \
|
||||
|
||||
### Install IntelMQ
|
||||
RUN cd /etc/intelmq \
|
||||
&& pip3 install hug bs4 pika validators textx lxml url-normalize geolib pyasn pyyaml requests-mock cerberus imbox tld \
|
||||
&& pip3 install hug bs4 pika validators textx lxml url-normalize geolib pyasn pyyaml requests-mock cerberus imbox tld xmltodict jinja2 \
|
||||
&& pip3 install --force pymisp[fileobjects,openioc,virustotal] \
|
||||
&& pip3 install --no-cache-dir -e . \
|
||||
&& intelmqsetup
|
||||
|
||||
Reference in New Issue
Block a user