FIX: Install otxv2 module using pip3

AlienVault OTX Collector bot fails without the otxv2 python module.
This commit is contained in:
Nat
2021-10-07 22:19:27 +05:30
committed by Sebastian Waldbauer
parent 220c6a7884
commit 53409d6438

View File

@@ -60,7 +60,7 @@ RUN useradd -d /etc/intelmq -U -s /bin/bash intelmq \
### Install IntelMQ ### Install IntelMQ
RUN cd /etc/intelmq \ RUN cd /etc/intelmq \
&& pip3 install hug url-normalize geolib imbox jinja2 pyasn textx tld time-machine \ && pip3 install hug url-normalize geolib imbox jinja2 pyasn textx tld time-machine otxv2 \
&& pip3 install --force pymisp[fileobjects,openioc,virustotal] \ && pip3 install --force pymisp[fileobjects,openioc,virustotal] \
&& pip3 install --no-cache-dir -e . \ && pip3 install --no-cache-dir -e . \
&& intelmqsetup && intelmqsetup