Fixes to make it work

This commit is contained in:
Michael Kirpichev
2022-08-22 16:09:49 +02:00
parent 486f202ca6
commit 718ff95aad
5 changed files with 9 additions and 5 deletions

View File

@@ -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 /