mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 19:57:45 +00: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
|
# the basics, if you have not already done so
|
||||||
apk add bash curl git util-linux sudo
|
apk add bash curl git util-linux sudo
|
||||||
|
|
||||||
|
# GNU coreutils for GNU's version of `du`
|
||||||
|
apk add coreutils
|
||||||
|
|
||||||
# rough equivalent of build-essential
|
# rough equivalent of build-essential
|
||||||
apk add build-base
|
apk add build-base
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue