dmarc-visualizer icon indicating copy to clipboard operation
dmarc-visualizer copied to clipboard

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

Open do-d1 opened this issue 3 years ago • 2 comments

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

do-d1 avatar Apr 26 '22 13:04 do-d1

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

martinwrightgithub avatar Apr 27 '22 16:04 martinwrightgithub

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

thoni56 avatar Aug 15 '22 09:08 thoni56