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.12.22~4^2~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=074934f18d4001cd05848bc2a91339b71b9d795a;p=thirdparty%2Fdbus.git CI: Make adduser properly non-interactive Signed-off-by: Simon McVittie (cherry picked from commit 52fcc82379cc24196407828eb042b7f2f10b3f52) --- diff --git a/tools/ci-install.sh b/tools/ci-install.sh index 5efc85789..73a041b34 100755 --- a/tools/ci-install.sh +++ b/tools/ci-install.sh @@ -178,7 +178,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