summaryrefslogtreecommitdiffstats
path: root/Dockerfile.caddy
blob: 17b5d02e3c4270f179bc4faacb7c6cdd8218e093 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
FROM docker.io/library/caddy:2-builder AS builder

RUN xcaddy build --with github.com/aksdb/caddy-cgi/v2

FROM docker.io/library/caddy:latest

RUN apk update && apk add --no-cache git git-daemon cgit python3 py3-pygments py3-markdown py3-docutils groff py3-pip

RUN pip install --break-system-packages catppuccin[pygments]


COPY --from=builder /usr/bin/caddy /usr/bin/caddy