aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cgit/Dockerfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/cgit/Dockerfile b/cgit/Dockerfile
index c7d2640..4cf494a 100644
--- a/cgit/Dockerfile
+++ b/cgit/Dockerfile
@@ -12,3 +12,6 @@ RUN mkdir -p /usr/local/lib/cgit/filters
COPY osmo-commit-filter.py /usr/local/lib/cgit/filters/osmo-commit-filter.py
COPY syntax-highlighting.py /usr/local/lib/cgit/filters/syntax-highlighting.py
+
+RUN useradd -u 30001 -g ssh git-daemon
+RUN usermod -a -G 101 www-data