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

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

index 5451aa8..b42c1e7 100755 (executable)
@@ -37,7 +37,7 @@ RUN wget -q -O vfc-nfvo-catalog.zip 'https://nexus.onap.org/service/local/artifa
 RUN sed -i "s|bind-address.*|# bind-address = 127.0.0.1|" /etc/mysql/my.cnf
 
 WORKDIR /service/vfc/nfvo/catalog
-RUN pip install -r requirements.txt
+RUN pip install --pre -r requirements.txt
 
 EXPOSE 8806
 EXPOSE 3306
index 36d5a35..de774b2 100644 (file)
@@ -22,4 +22,4 @@ unittest_xml_reporting==1.12.0
 
 # for parser
 paramiko==2.0.2
-nfv-toscaparser==0.5.0.dev95
\ No newline at end of file
+nfv-toscaparser>=0.5.0
\ No newline at end of file