dmarc-visualizer
dmarc-visualizer copied to clipboard
for me it run only after adding libffi-dev to Docker file
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
I've created a pull request with this fix. https://github.com/debricked/dmarc-visualizer/pull/29
Don't forget to docker-compose build if you make this change after making an initial try that failed ;-)