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 Dec 14, 2024
1 parent 6dc602e commit 654ec62
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,9 @@ RUN apk upgrade --no-cache -a && \

FROM python:3.13.1-alpine3.21
ENV PYTHONUNBUFFERED=1
COPY --from=zoeyvid/curl-quic:431 /usr/local/bin/curl /usr/local/bin/curl
COPY --from=pip /usr/local /usr/local
RUN apk upgrade --no-cache -a && \
apk add --no-cache ca-certificates tzdata tini jq && \
apk add --no-cache ca-certificates tzdata tini curl jq && \
mkdir -vp /etc/parsedmarc && \
chown -R nobody:nobody /tmp /etc/parsedmarc
COPY start.sh /usr/local/bin/start.sh
Expand Down

0 comments on commit 654ec62

Please sign in to comment.