forked from Mirror/pmbootstrap
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:
parent
30d8ea997f
commit
02f9da9a64
2 changed files with 7 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue