Fix docker build error for catalog 15/70615/1
authorfujinhua <fu.jinhua@zte.com.cn>
Wed, 17 Oct 2018 00:50:40 +0000 (08:50 +0800)
committerfujinhua <fu.jinhua@zte.com.cn>
Wed, 17 Oct 2018 00:50:40 +0000 (08:50 +0800)
Change-Id: I4c4d58b93b1bdd6432c60ce5d99898673bd3bf25
Issue-ID: VFC-1152
Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
docker/Dockerfile

index 2c0359c..46565d5 100755 (executable)
@@ -33,7 +33,8 @@ RUN wget -q -O vfc-nfvo-catalog.zip 'https://nexus.onap.org/service/local/artifa
     rm -rf vfc-nfvo-catalog.zip
 
 WORKDIR /service/vfc/nfvo/catalog
-RUN pip install --pre -r requirements.txt
+RUN pip install --upgrade setuptools pip && \
+    pip install --pre -r requirements.txt
 
 EXPOSE 8806