Files
dmarc-visualizer/parsedmarc/Dockerfile
Michael Kirpichev 718ff95aad Fixes to make it work
2022-08-22 16:09:49 +02:00

8 lines
208 B
Docker

FROM python:3.9-alpine3.16
RUN apk add build-base libxml2-dev libxslt-dev libffi-dev \
&& pip install parsedmarc
COPY parsedmarc.ini /
#COPY GeoLite2-Country.mmdb /usr/share/GeoIP/GeoLite2-Country.mmdb