Skip to content

Commit 5fe0a2f

Browse files
authored
Merge branch 'master' into master
2 parents 9c56578 + 454ee2c commit 5fe0a2f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

parsedmarc/Dockerfile

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
FROM python:3.9-alpine3.16
22

3-
RUN apk add build-base libxml2-dev libxslt-dev libffi-dev \
4-
&& pip install parsedmarc
3+
RUN apk add --update --no-cache libxml2-dev libxslt-dev
4+
RUN apk add --update --no-cache --virtual .build_deps build-base libffi-dev \
5+
&& pip install parsedmarc \
6+
&& apk del .build_deps
57

68
COPY parsedmarc.ini /
79
#COPY GeoLite2-Country.mmdb /usr/share/GeoIP/GeoLite2-Country.mmdb

0 commit comments

Comments
 (0)