From 4f14cdffbf165cb3a5b48f5bf5a1b58e515e2ec4 Mon Sep 17 00:00:00 2001 From: Tolmachev Igor Date: Tue, 6 Jan 2026 06:50:50 +0900 Subject: Add material highlight --- Dockerfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index 516f38a..df191eb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,11 +15,14 @@ RUN make install COPY cgitrc /app COPY responsive/head.html /app/www/static COPY responsive/cgit.css /app/www/static +COPY responsive/syntax-material.py /app/lib/filters +COPY responsive/md2html /app/lib/filters/html-converters/md2html FROM debian:latest AS cgit-run RUN apt-get update -RUN apt-get install -y python3 python3-pygments lighttpd +RUN apt-get install -y python3 python3-pygments python3-markdown python3-docutils +RUN apt-get install -y lighttpd WORKDIR /app COPY --from=cgit-build /app /app -- cgit v1.2.3