From 70f61f961ed047f46621fe9e650ea6553e9a6165 Mon Sep 17 00:00:00 2001 From: nite Date: Sun, 20 Jul 2025 15:36:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20Caddy=20Dockerfile?= =?UTF-8?q?=EF=BC=8C=E6=B7=BB=E5=8A=A0=E9=A2=9D=E5=A4=96=E7=9A=84=20Python?= =?UTF-8?q?=20=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- caddy/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/caddy/Containerfile b/caddy/Containerfile index ba3bbdb..6aba237 100644 --- a/caddy/Containerfile +++ b/caddy/Containerfile @@ -13,6 +13,6 @@ RUN xcaddy build \ 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