diff options
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 |
