mirror of
https://github.com/debricked/dmarc-visualizer.git
synced 2026-02-17 07:03:57 +00:00
Merge branch 'master' into master
This commit is contained in:
@@ -1,7 +1,9 @@
|
|||||||
FROM python:3.9-alpine3.16
|
FROM python:3.9-alpine3.16
|
||||||
|
|
||||||
RUN apk add build-base libxml2-dev libxslt-dev libffi-dev \
|
RUN apk add --update --no-cache libxml2-dev libxslt-dev
|
||||||
&& pip install parsedmarc
|
RUN apk add --update --no-cache --virtual .build_deps build-base libffi-dev \
|
||||||
|
&& pip install parsedmarc \
|
||||||
|
&& apk del .build_deps
|
||||||
|
|
||||||
COPY parsedmarc.ini /
|
COPY parsedmarc.ini /
|
||||||
#COPY GeoLite2-Country.mmdb /usr/share/GeoIP/GeoLite2-Country.mmdb
|
#COPY GeoLite2-Country.mmdb /usr/share/GeoIP/GeoLite2-Country.mmdb
|
||||||
|
|||||||
Reference in New Issue
Block a user