[lxc-devel] [lxc/master] alpine: Fix installing extra packages

roedie on Github lxc-bot at linuxcontainers.org
Tue Oct 18 14:57:12 UTC 2016


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 347 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20161018/ad4c59ae/attachment.bin>
-------------- next part --------------
From 691202ae0f112a75b252762213bc3309999cfabc Mon Sep 17 00:00:00 2001
From: roedie <github at roedie.nl>
Date: Tue, 18 Oct 2016 16:55:16 +0200
Subject: [PATCH] alpine: Fix installing extra packages Signed-off-by: Sander
 Klein <github at roedie.nl>

---
 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 a6b3363..06616b3 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


More information about the lxc-devel mailing list