diff --git a/entrypoint.sh b/entrypoint.sh index e3bdf320..094d54a7 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -320,7 +320,7 @@ fi if [[ ! -e ${GITLAB_DATA_DIR}/ssh/ssh_host_rsa_key ]]; then # create ssh host keys and move them to the data store. - dpkg-reconfigure openssh-server + dpkg-reconfigure -f noninteractive openssh-server mkdir -p ${GITLAB_DATA_DIR}/ssh/ mv /etc/ssh/ssh_host_*_key /etc/ssh/ssh_host_*_key.pub ${GITLAB_DATA_DIR}/ssh/ fi