bugfix:fix the version support problem of setuptools 99/25999/1
authoryuyang <Gabriel.yuyang@huawei.com>
Thu, 15 Dec 2016 10:19:03 +0000 (18:19 +0800)
committeryuyang <Gabriel.yuyang@huawei.com>
Thu, 15 Dec 2016 10:20:42 +0000 (18:20 +0800)
JIRA: BOTTLENECK-108

Due the version problem, docker build job fails each time.

Change-Id: I179ec56295f344fbd14ffeb8650c8d4625507379
Signed-off-by: yuyang <Gabriel.yuyang@huawei.com>
docker/Dockerfile

index 6288cf8..03af056 100644 (file)
@@ -37,7 +37,7 @@ RUN apt-get update && apt-get install -y \
     python-dev \
     python-pip \
     python-setuptools && \
-    easy_install -U setuptools
+    easy_install -U setuptools==30.0.0
 
 RUN apt-get -y autoremove && \
     apt-get clean