From: Simon McVittie Date: Wed, 5 Dec 2018 13:52:12 +0000 (+0000) Subject: CI: Make adduser properly non-interactive X-Git-Tag: dbus-1.13.10~51 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=52fcc82379cc24196407828eb042b7f2f10b3f52;p=thirdparty%2Fdbus.git CI: Make adduser properly non-interactive Signed-off-by: Simon McVittie --- diff --git a/tools/ci-install.sh b/tools/ci-install.sh index 0d9c76928..8f77c7e37 100755 --- a/tools/ci-install.sh +++ b/tools/ci-install.sh @@ -161,7 +161,7 @@ case "$ci_distro" in if [ "$ci_in_docker" = yes ]; then # Add the user that we will use to do the build inside the # Docker container, and let them use sudo - adduser --disabled-password user /etc/sudoers.d/nopasswd chmod 0440 /etc/sudoers.d/nopasswd fi