From 64d3c34e1e99a9dff2671be494d19bf113a3cb47 Mon Sep 17 00:00:00 2001 From: Sebastian Waldbauer Date: Tue, 7 Sep 2021 16:15:06 +0200 Subject: [PATCH] FIX: Using apt-get packages instead of pip Signed-off-by: Sebastian Waldbauer --- .docker/intelmq-full/Dockerfile | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.docker/intelmq-full/Dockerfile b/.docker/intelmq-full/Dockerfile index 4a378d7..2e57f13 100644 --- a/.docker/intelmq-full/Dockerfile +++ b/.docker/intelmq-full/Dockerfile @@ -26,12 +26,18 @@ RUN apt-get update \ sudo \ gcc \ rsync \ + python3-pika \ python3-nose \ python3-dev \ python3-setuptools \ python3-pip \ - python3-hug \ python3-ruamel.yaml \ + python3-bs4 \ + python3-validators \ + python3-lxml \ + python3-xmltodict \ + python3-cerberus \ + python3-requests-mock \ libfuzzy-dev \ && rm -rf /var/lib/apt/lists/* @@ -53,7 +59,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 requests-mock cerberus imbox tld xmltodict jinja2 \ + && 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