From 0e92dee6ad55a088768515760fddf2b61394d9ea Mon Sep 17 00:00:00 2001 From: Zoey Date: Sat, 27 Jan 2024 12:22:22 +0100 Subject: [PATCH] Update Dockerfile Signed-off-by: Zoey --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index f138aba..3b1a10f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,6 +2,7 @@ FROM python:3.12.1-alpine3.19 RUN apk add --no-cache ca-certificates tzdata tini curl jq build-base libffi-dev && \ pip install --no-cache-dir parsedmarc && \ + pip install --no-cache-dir "msgraph-core<1.0.0" --force-reinstall && \ apk del --no-cache build-base libffi-dev COPY start.sh /usr/local/bin/start.sh