summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2024-08-07 22:12:23 +0200
committerPatrick Spek <p.spek@tyil.nl>2024-08-07 23:01:30 +0200
commit96e6c911a557ae3a9ec7832e077219eddc1fac28 (patch)
tree3d5554b27bd8a6f01c1d76373e7acbaca7fd97df
parentf3ac951cb880e14b0c0c8b9d1b4bc673c599f51b (diff)
downloadcgit-96e6c911a557ae3a9ec7832e077219eddc1fac28.tar.gz
cgit-96e6c911a557ae3a9ec7832e077219eddc1fac28.tar.bz2
Add pygments module for syntax highlighting
-rw-r--r--Containerfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Containerfile b/Containerfile
index 06bafe3..2062e58 100644
--- a/Containerfile
+++ b/Containerfile
@@ -5,7 +5,8 @@ RUN apk add --no-cache \
cgit \
envsubst \
git \
- python3
+ python3 \
+ py3-pygments
COPY conf.d/httpd.conf /etc/apache2/httpd.conf.template
COPY conf.d/cgitrc /etc/cgitrc.template