git-deamon: Make sure to create the git-daemon user
Recent debian packages moved creation of the git-daemon user from the main "git" package into the "git-daemon-run" package. We want the user without the latter... Change-Id: I42f68ba31d32574a01d1372d8cc5239c420e816fchanges/96/10096/2
parent
1694453aee
commit
58c0e0404f
|
@ -8,6 +8,8 @@ RUN apt-get update -qq
|
|||
|
||||
RUN apt-get install -qqy git
|
||||
|
||||
RUN useradd -u 30001 -g ssh git-daemon
|
||||
|
||||
ADD git-daemon.sh /usr/bin/git-daemon.sh
|
||||
VOLUME /git
|
||||
|
||||
|
|
Loading…
Reference in New Issue