mirror of
https://github.com/certat/intelmq-docker.git
synced 2025-12-08 10:13:01 +01:00
FIX: Using python3-shodan instead of pip3
Signed-off-by: Sebastian Waldbauer <waldbauer@cert.at>
This commit is contained in:
@@ -38,6 +38,7 @@ RUN apt-get update \
|
|||||||
python3-xmltodict \
|
python3-xmltodict \
|
||||||
python3-cerberus \
|
python3-cerberus \
|
||||||
python3-requests-mock \
|
python3-requests-mock \
|
||||||
|
python3-shodan \
|
||||||
libfuzzy-dev \
|
libfuzzy-dev \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
@@ -59,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 shodan \
|
&& pip3 install hug url-normalize geolib imbox jinja2 pyasn textx tld time-machine \
|
||||||
&& 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
|
||||||
|
|||||||
Reference in New Issue
Block a user