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 May 22, 2024
1 parent 0af2a10 commit 4464da1
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,8 +1,9 @@
# syntax=docker/dockerfile:labs
FROM python:3.11.8-alpine3.19
COPY --from=zoeyvid/curl-quic:388 /usr/local/bin/curl /usr/local/bin/curl

RUN apk upgrade --no-cache -a && \
apk add --no-cache ca-certificates tzdata tini curl jq build-base libffi-dev && \
apk add --no-cache ca-certificates tzdata tini 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 4464da1

Please sign in to comment.