packages: alpine: verify supported versions
v8.0-dev should be supported too but it is not LTS: only care for 9.0-dev which is not different for Alpine.
This commit is contained in:
parent
50c5908a91
commit
f46d01885f
7 changed files with 4 additions and 97 deletions
|
@ -6,7 +6,7 @@ forgejo_token=$2
|
|||
|
||||
# initialize abuild
|
||||
apk update
|
||||
apk add --no-cache alpine-sdk sudo util-linux
|
||||
apk add --no-cache alpine-sdk sudo util-linux curl
|
||||
adduser -D user -h /home/user
|
||||
addgroup user abuild
|
||||
echo "root ALL=(ALL) ALL" >/etc/sudoers
|
||||
|
|
Loading…
Add table
Reference in a new issue