From 3fc50898940dbd46222dc4ee7c7576ae414f719b Mon Sep 17 00:00:00 2001 From: memdmp Date: Fri, 3 Jan 2025 03:00:18 +0100 Subject: fix: make it work a bit more sensibly --- Dockerfile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index 858e237..b0493eb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -63,13 +63,13 @@ CMD ["sh", "-c", "/usr/local/bin/prepare-container.sh && sh -c 'sleep 3 && chgrp FROM base AS with-fmt RUN apk add --no-cache py3-markdown py3-docutils groff -RUN echo 'about-filter=/usr/lib/cgit/filters/about-formatting.sh\ -readme=:README.rst\ -readme=:readme.rst\ -readme=:README.md\ -readme=:readme.md\ -readme=:README\ -readme=:readme\ +RUN echo -e 'about-filter=/usr/lib/cgit/filters/about-formatting.sh\n\ +readme=:README.rst\n\ +readme=:readme.rst\n\ +readme=:README.md\n\ +readme=:readme.md\n\ +readme=:README\n\ +readme=:readme\n\ ' >> /etc/cgitrc.default FROM with-fmt AS with-highlighting -- cgit v1.2.3