Commit 691202ae by roedie

alpine: Fix installing extra packages

parent 70baef7c
...@@ -251,7 +251,7 @@ install() { ...@@ -251,7 +251,7 @@ install() {
ln -s "$apk_cache" etc/apk/cache ln -s "$apk_cache" etc/apk/cache
echo "$repo_url" > etc/apk/repositories echo "$repo_url" > etc/apk/repositories
install_packages "$arch" alpine-base $extra_packages install_packages "$arch" "alpine-base $extra_packages"
make_dev_nodes make_dev_nodes
setup_inittab setup_inittab
setup_hosts 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