Skip to content

Commit

Permalink
useradd -m -g abuild abuild
Browse files Browse the repository at this point in the history
The original command asks for a password interactively, which does not work on CI
  • Loading branch information
probonopd authored Mar 25, 2024
1 parent 2387680 commit ebbc121
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ebbc121

Please # to comment.