Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Zoey <[email protected]>
  • Loading branch information
Zoey2936 authored Mar 24, 2024
1 parent 8fe0650 commit 49ae791
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
FROM python:3.11.8-alpine3.19

RUN apk add --no-cache ca-certificates tzdata tini curl jq build-base libffi-dev && \
RUN apk upgrade --no-cache -a && \
apk add --no-cache ca-certificates tzdata tini curl jq build-base libffi-dev && \
pip install --no-cache-dir parsedmarc && \
apk del --no-cache build-base libffi-dev && \
mkdir -vp /etc/parsedmarc && \
Expand Down

0 comments on commit 49ae791

Please sign in to comment.