From ebbc121d76d5758927e1ddbbbfa7770b9cb33baf Mon Sep 17 00:00:00 2001 From: probonopd Date: Mon, 25 Mar 2024 21:33:34 +0100 Subject: [PATCH] useradd -m -g abuild abuild The original command asks for a password interactively, which does not work on CI --- build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index 75e6bc5..0ed24a2 100755 --- a/build.sh +++ b/build.sh @@ -89,8 +89,8 @@ cd ../.. # Build appstreamcli # https://github.com/Artox/alpine-systemd -apk add alpine-sdk git findutils -adduser -G abuild abuild +apk add alpine-sdk git findutils shadow +useradd -m -g abuild abuild # adduser -G abuild abuild mkdir -p /var/cache/distfiles chown abuild:abuild /var/cache/distfiles su - abuild