mirror of
https://github.com/debricked/dmarc-visualizer.git
synced 2026-02-17 07:03:57 +00:00
8 lines
189 B
Docker
8 lines
189 B
Docker
FROM python:alpine
|
|
|
|
RUN apk add build-base libxml2-dev libxslt-dev \
|
|
&& pip install parsedmarc
|
|
|
|
COPY parsedmarc.ini /
|
|
#COPY GeoLite2-Country.mmdb /usr/share/GeoIP/GeoLite2-Country.mmdb
|