The following pull request was submitted through Github. It can be accessed and reviewed at: https://github.com/lxc/lxc/pull/1067
This e-mail was sent by the LXC bot, direct replies will not reach the author unless they happen to be subscribed to this list. === Description (from pull-request) ===
From 9a8164d6347b01a47d07f126fe1391862071117c Mon Sep 17 00:00:00 2001 From: roedie <git...@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
_______________________________________________ lxc-devel mailing list lxc-devel@lists.linuxcontainers.org http://lists.linuxcontainers.org/listinfo/lxc-devel