[lxc-devel] [lxc/master] Fix installing of extra packages

roedie on Github lxc-bot at linuxcontainers.org
Fri Jul 1 08:14:43 UTC 2016


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 301 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20160701/c189d5ab/attachment.bin>
-------------- next part --------------
From 9a8164d6347b01a47d07f126fe1391862071117c Mon Sep 17 00:00:00 2001
From: roedie <github at roedie.nl>
Date: Fri, 1 Jul 2016 10:13:52 +0200
Subject: [PATCH] Fix installing of extra packages

---
 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 c78795c..d0f0c57 100644
--- a/templates/lxc-alpine.in
+++ b/templates/lxc-alpine.in
@@ -249,7 +249,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