Fix docker build error for nslcm 16/70616/1
authorfujinhua <fu.jinhua@zte.com.cn>
Wed, 17 Oct 2018 01:35:17 +0000 (09:35 +0800)
committerfujinhua <fu.jinhua@zte.com.cn>
Wed, 17 Oct 2018 01:35:17 +0000 (09:35 +0800)
Change-Id: Ida63f3373d1960e3a78523017ce57caaa5f2f101
Issue-ID: VFC-1152
Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
docker/Dockerfile

index 2334995..32fc802 100755 (executable)
@@ -33,7 +33,8 @@ RUN wget -q -O vfc-nfvo-lcm.zip 'https://nexus.onap.org/service/local/artifact/m
     rm -rf vfc-nfvo-lcm.zip
 
 WORKDIR /service/vfc/nfvo/lcm
-RUN pip install --pre -r requirements.txt
+RUN pip install --upgrade setuptools pip && \
+    pip install --pre -r requirements.txt
 
 EXPOSE 8403