mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-22 17:31:58 -05:00
Documentation: Add coreutils dep to Alpine Linux build instructions
`build-image-qemu.sh` depends on GNU's version of `du`:
43d706a29e/Meta/build-image-qemu.sh (L47-L48)
Alpine Linux doesn't use that version by default.
This commit is contained in:
parent
849f849905
commit
78ef608a6b
1 changed files with 3 additions and 0 deletions
|
@ -75,6 +75,9 @@ First, make sure you have enabled the `community` repository in `/etc/apk/reposi
|
|||
# the basics, if you have not already done so
|
||||
apk add bash curl git util-linux sudo
|
||||
|
||||
# GNU coreutils for GNU's version of `du`
|
||||
apk add coreutils
|
||||
|
||||
# rough equivalent of build-essential
|
||||
apk add build-base
|
||||
|
||||
|
|
Loading…
Reference in a new issue