cgit: Fix group membership to allow read of git repos
Change-Id: I14372fbf63429a2dc7c78c60c7a1eda10791bd0cchanges/16/10516/1
parent
113d916dc9
commit
37dd6497bd
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue