Update docker package for ISO build env

We need to update docker package for ISO build env (at least to
lxc-docker-1.6.2 which is currently used on slaves), because
(1.5.0) can no longer pull down images from the docker hub

Change-Id: I80bb0c6ad7bf231e7815d2a4d0dafc4f5924ff82
Closes-bug: #1592576
(cherry picked from commit 659e6e18d0)
This commit is contained in:
Sergey Kulanov 2016-06-15 11:30:33 +03:00
parent de7e14d609
commit c65d46feb2
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.5.0
sudo apt-get -y install lxc-docker-1.6.2
fi
# Install software