ubuntu: Fix initial container creation

The list of packages must be comma separated, not space separated. Signed-off-by: 's avatarStéphane Graber <stgraber@ubuntu.com>
parent af415076
......@@ -248,7 +248,7 @@ download_ubuntu()
arch=$2
release=$3
packages_template=${packages_template:-"ssh vim"}
packages_template=${packages_template:-"ssh,vim"}
# Try to guess a list of langpacks to install
langpacks="language-pack-en"
......
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