We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9c56578 + 454ee2c commit 5fe0a2fCopy full SHA for 5fe0a2f
parsedmarc/Dockerfile
@@ -1,7 +1,9 @@
1
FROM python:3.9-alpine3.16
2
3
-RUN apk add build-base libxml2-dev libxslt-dev libffi-dev \
4
- && pip install parsedmarc
+RUN apk add --update --no-cache libxml2-dev libxslt-dev
+RUN apk add --update --no-cache --virtual .build_deps build-base libffi-dev \
5
+ && pip install parsedmarc \
6
+ && apk del .build_deps
7
8
COPY parsedmarc.ini /
9
#COPY GeoLite2-Country.mmdb /usr/share/GeoIP/GeoLite2-Country.mmdb
0 commit comments