1. When build Dovetail docker image, the job failed.
2. https://build.opnfv.org/ci/view/dovetail/job/dovetail-docker-build-push-master/279/console
3. That's because the setuptools version is old.
4. It needs to upgrade setuptools in the Dockerfile.
JIRA: DOVETAIL-534
Change-Id: If37a4d7c3b57ea79903565fd880c5447da97b13b
Signed-off-by: xudan <xudan16@huawei.com>
&& \
apt-get update
+RUN easy_install -U setuptools==30.0.0
+
RUN wget -qO- https://get.docker.com/ \
| \
sed 's/-q docker-ce/-q docker-ce=17.03.0~ce-0~ubuntu-trusty/' \