Commit 691202ae by roedie

alpine: Fix installing extra packages

parent 70baef7c
......@@ -251,7 +251,7 @@ install() {
ln -s "$apk_cache" etc/apk/cache
echo "$repo_url" > etc/apk/repositories
install_packages "$arch" alpine-base $extra_packages
install_packages "$arch" "alpine-base $extra_packages"
make_dev_nodes
setup_inittab
setup_hosts
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment