Skip to content

Commit 0666797

Browse files
committed
Remove pip and setuptool as not needed in image
1 parent f639420 commit 0666797

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

container/Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM python:3.11-alpine
22

33
RUN apk add gcc musl-dev libxslt-dev zlib-dev libxml2-dev && \
4-
pip install parsedmarc && \
4+
pip install parsedmarc && pip uninstall -y pip setuptool && \
55
apk del gcc musl-dev libxslt-dev zlib-dev libxml2-dev
66

77
CMD ["parsedmarc", "-c", "/etc/parsedmarc/parsedmarc.ini", "--verbose"]

0 commit comments

Comments
 (0)