Update dockerfile of vfc-nfvo-lcm 49/18649/1
authorfujinhua <fu.jinhua@zte.com.cn>
Fri, 13 Oct 2017 01:30:23 +0000 (09:30 +0800)
committerfujinhua <fu.jinhua@zte.com.cn>
Fri, 13 Oct 2017 01:30:23 +0000 (09:30 +0800)
Change-Id: I0551f4c2c40465a912e48e4da14717f8c3a244a3
Issue-Id: VFC-530
Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
docker/Dockerfile

index ec32513..39141d6 100755 (executable)
@@ -37,7 +37,8 @@ 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 --pre -r requirements.txt
+RUN pip install --pre nfv-toscaparser
+RUN pip install -r requirements.txt
 
 EXPOSE 8403
 EXPOSE 3306