dovetail tool: fix docker version of client mismatches with server in Docker image 21/25921/1
authorMatthewLi <matthew.lijun@huawei.com>
Wed, 14 Dec 2016 02:57:38 +0000 (21:57 -0500)
committerMatthewLi <matthew.lijun@huawei.com>
Wed, 14 Dec 2016 03:01:21 +0000 (22:01 -0500)
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>
docker/Dockerfile

index 19dc361..2e919ee 100644 (file)
@@ -13,13 +13,7 @@ RUN \
         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 \