From 1d6396afe1184c450ab00b597d251b8386e5e348 Mon Sep 17 00:00:00 2001 From: Sebastian Waldbauer Date: Tue, 7 Sep 2021 08:55:48 +0200 Subject: [PATCH] FIX: Added aptitude python module instead of pip Signed-off-by: Sebastian Waldbauer --- .docker/intelmq-full/Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.docker/intelmq-full/Dockerfile b/.docker/intelmq-full/Dockerfile index 6e401b5..4a378d7 100644 --- a/.docker/intelmq-full/Dockerfile +++ b/.docker/intelmq-full/Dockerfile @@ -30,6 +30,8 @@ RUN apt-get update \ python3-dev \ python3-setuptools \ python3-pip \ + python3-hug \ + python3-ruamel.yaml \ libfuzzy-dev \ && rm -rf /var/lib/apt/lists/* @@ -51,7 +53,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 pyyaml requests-mock cerberus imbox tld xmltodict jinja2 \ + && pip3 install hug bs4 pika validators textx lxml url-normalize geolib pyasn requests-mock cerberus imbox tld xmltodict jinja2 \ && pip3 install --force pymisp[fileobjects,openioc,virustotal] \ && pip3 install --no-cache-dir -e . \ && intelmqsetup