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