Update setuptools version to 35.0.2
authorLinda Wang <wangwulin@huawei.com>
Fri, 2 Jun 2017 07:09:21 +0000 (07:09 +0000)
committerLinda Wang <wangwulin@huawei.com>
Fri, 2 Jun 2017 08:43:49 +0000 (08:43 +0000)
Docker build failed in CI due to the low version of setuptools(3.3)

Change-Id: I5e9b15f59e2cc5e78f5ab1b30fd1525b667f09fb
Signed-off-by: Linda Wang <wangwulin@huawei.com>
docker/Dockerfile
docker/Dockerfile.aarch64

index 21ae334..4c8205a 100644 (file)
@@ -66,7 +66,7 @@ sshpass \
 wget \
 --no-install-recommends
 
-RUN pip install --upgrade pip
+RUN pip install --upgrade pip && easy_install -U setuptools==35.0.2
 
 RUN mkdir -p ${REPOS_DIR} \
     && mkdir -p ${REPOS_VNFS_DIR} \
index 7296461..c35500f 100644 (file)
@@ -65,7 +65,7 @@ sshpass \
 wget \
 --no-install-recommends
 
-RUN pip install --upgrade pip
+RUN pip install --upgrade pip && easy_install -U setuptools==35.0.2
 
 RUN mkdir -p ${REPOS_DIR} \
     && mkdir -p ${REPOS_VNFS_DIR} \