Fix Dockerfile of vfc-nfvo-lcm 89/10689/1
authorfujinhua <fu.jinhua@zte.com.cn>
Thu, 7 Sep 2017 04:00:30 +0000 (12:00 +0800)
committerfujinhua <fu.jinhua@zte.com.cn>
Thu, 7 Sep 2017 04:00:30 +0000 (12:00 +0800)
always install the latest nfv-toscaparser lib

Change-Id: Ib01885b78da0db51b41882045786cc4cc15ee66e
Issue-Id: VFC-306
Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
docker/Dockerfile
requirements.txt

index bcff9c5..ec32513 100755 (executable)
@@ -37,7 +37,7 @@ RUN wget -q -O vfc-nfvo-lcm.zip 'https://nexus.onap.org/service/local/artifact/m
 RUN sed -i "s|bind-address.*|# bind-address = 127.0.0.1|" /etc/mysql/my.cnf
 
 WORKDIR /service/vfc/nfvo/lcm
-RUN pip install -r requirements.txt
+RUN pip install --pre -r requirements.txt
 
 EXPOSE 8403
 EXPOSE 3306
index 9fb0e89..06c9843 100644 (file)
@@ -27,4 +27,4 @@ unittest_xml_reporting==1.12.0
 
 # for parser
 paramiko==2.0.2
-nfv-toscaparser==0.5.0.dev95
+nfv-toscaparser>=0.5.0