diff options
| author | Tolmachev Igor <me@igorek.dev> | 2026-01-06 06:50:50 +0900 |
|---|---|---|
| committer | Tolmachev Igor <me@igorek.dev> | 2026-01-06 06:50:50 +0900 |
| commit | 4f14cdffbf165cb3a5b48f5bf5a1b58e515e2ec4 (patch) | |
| tree | 499b428e207206d92396d66c23a8567fc4967be4 /Dockerfile | |
| parent | 86ffad6fa449cdd56f895eb8faff3ee72456f4ef (diff) | |
| download | cgit_material_docker-4f14cdffbf165cb3a5b48f5bf5a1b58e515e2ec4.tar.gz cgit_material_docker-4f14cdffbf165cb3a5b48f5bf5a1b58e515e2ec4.zip | |
Add material highlight
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 5 |
1 files changed, 4 insertions, 1 deletions
| @@ -15,11 +15,14 @@ RUN make install | |||
| 15 | COPY cgitrc /app | 15 | COPY cgitrc /app |
| 16 | COPY responsive/head.html /app/www/static | 16 | COPY responsive/head.html /app/www/static |
| 17 | COPY responsive/cgit.css /app/www/static | 17 | COPY responsive/cgit.css /app/www/static |
| 18 | COPY responsive/syntax-material.py /app/lib/filters | ||
| 19 | COPY responsive/md2html /app/lib/filters/html-converters/md2html | ||
| 18 | 20 | ||
| 19 | FROM debian:latest AS cgit-run | 21 | FROM debian:latest AS cgit-run |
| 20 | 22 | ||
| 21 | RUN apt-get update | 23 | RUN apt-get update |
| 22 | RUN apt-get install -y python3 python3-pygments lighttpd | 24 | RUN apt-get install -y python3 python3-pygments python3-markdown python3-docutils |
| 25 | RUN apt-get install -y lighttpd | ||
| 23 | 26 | ||
| 24 | WORKDIR /app | 27 | WORKDIR /app |
| 25 | COPY --from=cgit-build /app /app | 28 | COPY --from=cgit-build /app /app |
