diff options
Diffstat (limited to 'roles/cgit/files/image/Dockerfile')
-rw-r--r-- | roles/cgit/files/image/Dockerfile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/roles/cgit/files/image/Dockerfile b/roles/cgit/files/image/Dockerfile index 894e68a..3e94e58 100644 --- a/roles/cgit/files/image/Dockerfile +++ b/roles/cgit/files/image/Dockerfile @@ -1,12 +1,8 @@ FROM docker.io/fedora:41 -RUN dnf install cgit caddy fcgiwrap openssh-server python3-pygments -y +RUN dnf install cgit caddy fcgiwrap openssh-server python3-pygments python3-markdown -y COPY Caddyfile /etc/caddy/Caddyfile COPY start.sh start.sh RUN mkdir /usr/lib/cgit -p -COPY theme.css /usr/share/cgit/theme.css -COPY theme.html /usr/share/cgit/theme.html -COPY syntax-highlighting.py /usr/lib/cgit/syntax-highlighting.py -RUN chmod 777 /usr/lib/cgit/syntax-highlighting.py RUN adduser -m git CMD ["./start.sh"] |