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:
Gaven Rendell 2022-02-10 22:04:51 -05:00 committed by Brian Gianforcaro
parent 849f849905
commit 78ef608a6b

View file

@ -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