mirror of
https://github.com/debricked/dmarc-visualizer.git
synced 2026-02-17 07:03:57 +00:00
Fixes to make it work
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
FROM python:alpine
|
||||
FROM python:3.9-alpine3.16
|
||||
|
||||
RUN apk add build-base libxml2-dev libxslt-dev \
|
||||
RUN apk add build-base libxml2-dev libxslt-dev libffi-dev \
|
||||
&& pip install parsedmarc
|
||||
|
||||
COPY parsedmarc.ini /
|
||||
|
||||
Reference in New Issue
Block a user