Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions docker/parse-emails/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
# Last modified: 2026-06-14T04:48:37.982929+00:00
# Last modified: 2026-06-23T04:52:49.564055+00:00

FROM demisto/python3:3.12.13.10116658
FROM demisto/python3:3.12.13.10381435

COPY requirements.txt .

RUN apk --update add --no-cache libmagic

RUN apk --update add --no-cache --virtual .build-dependencies python3-dev build-base libffi-dev wget git \
&& pip install --no-cache-dir -r requirements.txt \
&& pip install --no-cache-dir "cryptography>=48.0.1" \
&& pip uninstall -y pcodedmp \
&& apk del .build-dependencies \
&& apk add openssl
126 changes: 58 additions & 68 deletions docker/parse-emails/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.