JIRA: DOVETAIL-160
errors see
https://build.opnfv.org/ci/view/dovetail/job/dovetail-fuel-arm-pod3-debug-master/4/console
Change-Id: I812453fa7ac26cfdf66609c1ca4ac96e29ca7e02
Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
apt-transport-https \
--no-install-recommends \
&& \
- apt-key adv --keyserver hkp://p80.pool.sks-keyservers.net:80 --recv-keys 58118E89F3A912897C070ADBF76221572C52609D \
-&& \
- mkdir -p /etc/apt/sources.list.d \
-&& \
- echo deb https://apt.dockerproject.org/repo ubuntu-trusty main > /etc/apt/sources.list.d/docker.list \
-&& \
- apt-get update && apt-get install -y docker-engine=1.12.3-0~trusty \
+ apt-get update && apt-get -y install docker.io \
&& \
pip install pyyaml \
click \