Update Dockerfile of vfc-nfvo-catalog 55/18455/2
authorfujinhua <fu.jinhua@zte.com.cn>
Thu, 12 Oct 2017 05:49:44 +0000 (13:49 +0800)
committerfujinhua <fu.jinhua@zte.com.cn>
Thu, 12 Oct 2017 06:02:20 +0000 (14:02 +0800)
Change-Id: Ib5ed85b1e1546fb51af4d3eb052dcb93c50f8929
Issue-Id: VFC-529
Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
docker/Dockerfile
requirements.txt

index b42c1e7..ea308d1 100755 (executable)
@@ -37,7 +37,8 @@ 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 --pre -r requirements.txt
+RUN pip install -r requirements.txt
+RUN pip install --pre nfv-toscaparser
 
 EXPOSE 8806
 EXPOSE 3306
index de774b2..5d63f6c 100644 (file)
@@ -21,5 +21,4 @@ mock==2.0.0
 unittest_xml_reporting==1.12.0
 
 # for parser
-paramiko==2.0.2
-nfv-toscaparser>=0.5.0
\ No newline at end of file
+paramiko==2.0.2
\ No newline at end of file