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 46bc12a commit 8fe0650
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ FROM python:3.11.8-alpine3.19

RUN 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
apk del --no-cache build-base libffi-dev && \
mkdir -vp /etc/parsedmarc && \
chown -R nobody:nobody /tmp /etc/parsedmarc

COPY start.sh /usr/local/bin/start.sh
COPY config.ini /tmp/config.ini
Expand Down

0 comments on commit 8fe0650

Please sign in to comment.