mirror of
https://github.com/sameersbn/docker-gitlab.git
synced 2026-01-18 13:58:25 +00:00
install: switch back to the bash shell for git user
This commit is contained in:
parent
69b75e6147
commit
b7a458d3b1
@ -25,7 +25,7 @@ apt-get install -y gcc g++ make patch pkg-config cmake \
|
||||
rm -rf /etc/ssh/ssh_host_*_key /etc/ssh/ssh_host_*_key.pub
|
||||
|
||||
# add git user
|
||||
adduser --disabled-login --shell /bin/dash --gecos 'GitLab' git
|
||||
adduser --disabled-login --gecos 'GitLab' git
|
||||
passwd -d git
|
||||
|
||||
rm -rf /home/git/.ssh
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user