From a9575e85cc74863e1dc56279ec3377e3c39a5cb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20W=C3=A4ckerlin?= Date: Fri, 4 Dec 2015 07:06:27 +0000 Subject: [PATCH] bootstrap to docker --- scripts/bootstrap-to-docker.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/bootstrap-to-docker.sh b/scripts/bootstrap-to-docker.sh index b2085ff..0a28ca1 100755 --- a/scripts/bootstrap-to-docker.sh +++ b/scripts/bootstrap-to-docker.sh @@ -18,7 +18,7 @@ ubuntu=${ubuntu:-"wily vivid trusty precise"} debian=${debian:-"jessie wheezy squeeze sid"} distros="${ubuntu} ${debian}" tmpdir=${tmpdir:-"/var/tmp"} -packages=(${packages:-"python-software-properties|software-properties-common" "apt-transport-https dpkg-dev lsb-release"}) +packages=(${packages:-"python-software-properties software-properties-common|software-properties-common|python-software-properties" "apt-transport-https dpkg-dev lsb-release"}) for arch in ${archs}; do for distro in ${distros}; do