Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Zoey <zoey@z0ey.de>
  • Loading branch information
Zoey2936 authored Oct 6, 2024
1 parent c04651a commit 0f452cd
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,10 +1,11 @@
# syntax=docker/dockerfile:labs
FROM python:3.12.7-alpine3.20
COPY --from=zoeyvid/curl-quic:419 /usr/local/bin/curl /usr/local/bin/curl
COPY requirements.txt /tmp/requirements.txt

RUN apk upgrade --no-cache -a && \
apk add --no-cache ca-certificates tzdata tini jq build-base libffi-dev && \
pip install --no-cache-dir parsedmarc==8.15.1 && \
pip install --no-cache-dir -r /tmp/requirements.txt && \
apk del --no-cache build-base libffi-dev && \
mkdir -vp /etc/parsedmarc && \
chown -R nobody:nobody /tmp /etc/parsedmarc
Expand Down

0 comments on commit 0f452cd

Please sign in to comment.