diff options
| author | Patrick Spek <p.spek@tyil.nl> | 2024-08-07 22:12:23 +0200 |
|---|---|---|
| committer | Patrick Spek <p.spek@tyil.nl> | 2024-08-07 23:01:30 +0200 |
| commit | 96e6c911a557ae3a9ec7832e077219eddc1fac28 (patch) | |
| tree | 3d5554b27bd8a6f01c1d76373e7acbaca7fd97df | |
| parent | f3ac951cb880e14b0c0c8b9d1b4bc673c599f51b (diff) | |
| download | cgit-96e6c911a557ae3a9ec7832e077219eddc1fac28.tar.gz cgit-96e6c911a557ae3a9ec7832e077219eddc1fac28.tar.bz2 | |
Add pygments module for syntax highlighting
| -rw-r--r-- | Containerfile | 3 |
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 |
