From 691202ae0f112a75b252762213bc3309999cfabc Mon Sep 17 00:00:00 2001 From: roedie Date: Tue, 18 Oct 2016 16:55:16 +0200 Subject: [PATCH] alpine: Fix installing extra packages Signed-off-by: Sander Klein --- templates/lxc-alpine.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/lxc-alpine.in b/templates/lxc-alpine.in index a6b33631c..06616b374 100644 --- a/templates/lxc-alpine.in +++ b/templates/lxc-alpine.in @@ -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 -- 2.47.2