From: fujinhua Date: Fri, 13 Oct 2017 01:30:23 +0000 (+0800) Subject: Update dockerfile of vfc-nfvo-lcm X-Git-Tag: v1.0.1~53 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=05ca3ce69dff66250b4d9d2ada646ab8b5cc68e3;p=vfc%2Fnfvo%2Flcm.git Update dockerfile of vfc-nfvo-lcm Change-Id: I0551f4c2c40465a912e48e4da14717f8c3a244a3 Issue-Id: VFC-530 Signed-off-by: fujinhua --- diff --git a/docker/Dockerfile b/docker/Dockerfile index ec325137..39141d6d 100755 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -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