debricked / dmarc-visualizer

Analyse and visualize DMARC results using open-source tools
Apache License 2.0
640 stars 160 forks source link

for me it run only after adding libffi-dev to Docker file #28

Open do-d1 opened 2 years ago

do-d1 commented 2 years ago

parsedmarc/Dockerfile

FROM python:alpine

RUN apk add build-base libffi-dev libxml2-dev libxslt-dev \
    && pip install parsedmarc

COPY parsedmarc.ini /
#COPY GeoLite2-Country.mmdb /usr/share/GeoIP/GeoLite2-Country.mmdb
martinwrightgithub commented 2 years ago

I've created a pull request with this fix. https://github.com/debricked/dmarc-visualizer/pull/29

thoni56 commented 2 years ago

Don't forget to docker-compose build if you make this change after making an initial try that failed ;-)