更新 Caddy Dockerfile,添加额外的 Python 依赖

This commit is contained in:
2025-07-20 15:36:10 +08:00
parent 940c8d6c6e
commit 70f61f961e
+1 -1
View File
@@ -13,6 +13,6 @@ RUN xcaddy build \
FROM docker.io/library/caddy:latest FROM docker.io/library/caddy:latest
RUN apk update && apk add --no-cache git git-daemon cgit python3 RUN apk update && apk add --no-cache git git-daemon cgit python3 py3-pygments py3-markdown py3-docutils groff
COPY --from=builder /usr/bin/caddy /usr/bin/caddy COPY --from=builder /usr/bin/caddy /usr/bin/caddy