From d140232e6a227312f1a91a6a57aa97867e04cf6d Mon Sep 17 00:00:00 2001 From: Sebastian Waldbauer Date: Tue, 14 Sep 2021 18:44:24 +0200 Subject: [PATCH] FIX: Using python3-shodan instead of pip3 Signed-off-by: Sebastian Waldbauer --- .docker/intelmq-full/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.docker/intelmq-full/Dockerfile b/.docker/intelmq-full/Dockerfile index 041066d..f035b46 100644 --- a/.docker/intelmq-full/Dockerfile +++ b/.docker/intelmq-full/Dockerfile @@ -38,6 +38,7 @@ RUN apt-get update \ python3-xmltodict \ python3-cerberus \ python3-requests-mock \ + python3-shodan \ libfuzzy-dev \ && rm -rf /var/lib/apt/lists/* @@ -59,7 +60,7 @@ RUN useradd -d /etc/intelmq -U -s /bin/bash intelmq \ ### Install 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 --no-cache-dir -e . \ && intelmqsetup