Update submodules and Docker for IntelMQ 3.2

This commit is contained in:
Kamil Mankowski
2023-07-20 16:53:21 +02:00
parent 7c69331d59
commit 90e696543f
6 changed files with 7 additions and 7 deletions

View File

@@ -55,7 +55,7 @@ RUN useradd -d /opt/intelmq -U -s /bin/bash intelmq \
&& sudo chown -R intelmq:intelmq /opt/intelmq_persistence
### Install IntelMQ
RUN pip3 install hug url-normalize geolib imbox jinja2 pyasn textx tld time-machine otxv2 \
RUN pip3 install url-normalize geolib imbox jinja2 pyasn textx tld time-machine otxv2 \
&& pip3 install --force pymisp[fileobjects,openioc,virustotal]
RUN cd /opt/intelmq \
@@ -66,7 +66,7 @@ RUN cd /opt/intelmq \
### Install IntelMQ-API
RUN cd /opt/intelmq-api \
&& python3 setup.py install
&& pip3 install .
ADD entrypoint.sh /opt/entrypoint.sh
RUN chmod +x /opt/entrypoint.sh \