Update lxc-docker to 1.5.0 for iso build

lxc-docker-1.3.2 has upstream issue
https://github.com/docker/docker/issues/8714
which causes failures in allocating ports
dynamically. Updating resolves this.

Change-Id: I7fd22591a330ecb4ab0741af9f58fdd4dee54b18
Closes-Bug: #1440663
This commit is contained in:
Matthew Mosesohn 2015-04-06 13:27:37 +03:00
parent f90d7d40ce
commit 3bc810418c
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ else
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 36A1D7869245C8950F966E92D8576A8BA88D21E9
# Install docker
sudo apt-get update
sudo apt-get -y install lxc-docker-1.3.2
sudo apt-get -y install lxc-docker-1.5.0
fi
# Install software