build: init: simplify installing build deps (MR 2363)

No reason to handle abuild separately here.

Signed-off-by: Caleb Connolly <caleb@postmarketos.org>
This commit is contained in:
Caleb Connolly 2024-07-11 00:52:22 +02:00
parent 30d8ea997f
commit 02f9da9a64
No known key found for this signature in database
GPG key ID: 0583312B195F64B6
2 changed files with 7 additions and 4 deletions

View file

@ -209,7 +209,7 @@ chroot_outdated = 3600 * 24 * 2
# Packages that will be installed in a chroot before it builds packages
# for the first time
build_packages = ["abuild", "build-base", "ccache", "git"]
build_packages = ["abuild", "apk-tools", "build-base", "ccache", "git"]
#
# PARSE