cgit: Fix group membership to allow read of git repos

Change-Id: I14372fbf63429a2dc7c78c60c7a1eda10791bd0c
This commit is contained in:
Harald Welte 2018-08-18 17:28:54 +02:00
parent 113d916dc9
commit 37dd6497bd
1 changed files with 3 additions and 0 deletions

View File

@ -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