- Notifications
You must be signed in to change notification settings - Fork928
Closed
Description
Thepreinstall.sh
script has a hard dependency onuseradd
, which is not included within Alpine's busybox utilities.
Lines 8 to 13 inb1e4cfe
useradd \ | |
--create-home \ | |
--system \ | |
--user-group \ | |
--shell /bin/false \ | |
$USER |
With this, the Alpine .apk package will fail to install.
Metadata
Metadata
Assignees
Labels
No labels