From 10d1492e7ef067893f90ab470d28989fef391b00 Mon Sep 17 00:00:00 2001 From: Sebastian Waldbauer Date: Tue, 14 Sep 2021 18:41:09 +0200 Subject: [PATCH] FIX: Added missing shodan dependency Signed-off-by: Sebastian Waldbauer --- .docker/intelmq-full/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.docker/intelmq-full/Dockerfile b/.docker/intelmq-full/Dockerfile index 2e57f13..041066d 100644 --- a/.docker/intelmq-full/Dockerfile +++ b/.docker/intelmq-full/Dockerfile @@ -59,7 +59,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 \ + && pip3 install hug url-normalize geolib imbox jinja2 pyasn textx tld time-machine shodan \ && pip3 install --force pymisp[fileobjects,openioc,virustotal] \ && pip3 install --no-cache-dir -e . \ && intelmqsetup