Update dockerfile of vfc-nfvo-catalog 51/18651/1
authorfujinhua <fu.jinhua@zte.com.cn>
Fri, 13 Oct 2017 01:34:47 +0000 (09:34 +0800)
committerfujinhua <fu.jinhua@zte.com.cn>
Fri, 13 Oct 2017 01:34:47 +0000 (09:34 +0800)
Change-Id: Id35357c20193a1fecf1012137f0e0fe873e18a3a
Issue-Id: VFC-529
Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
docker/Dockerfile

index ea308d1..4f01edc 100755 (executable)
@@ -37,8 +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 -r requirements.txt
 RUN pip install --pre nfv-toscaparser
+RUN pip install -r requirements.txt
 
 EXPOSE 8806
 EXPOSE 3306