fixed pygments in cgit docker image
All checks were successful
CI / Build cgit docker images (push) Successful in 1m30s

This commit is contained in:
2025-10-31 14:09:49 +08:00
parent 9b3fc9ea33
commit d40f99c2ac

View File

@@ -1,6 +1,5 @@
FROM alpine:3.22
ARG VERSION
RUN --mount=type=cache,target=/var/cache/apk apk add cgit uwsgi uwsgi-cgi py3-pygments-pyc py3-markdown py3-docutils lzip gzip bzip2 xz zstd
RUN --mount=type=cache,target=/var/cache/apk apk add cgit uwsgi uwsgi-cgi py3-pygments py3-markdown py3-docutils lzip gzip bzip2 xz zstd
ADD cgit.ini /etc/uwsgi/cgit.ini
RUN mkdir -p /var/run/cgit
RUN addgroup -S cgit