From: fujinhua Date: Thu, 12 Oct 2017 05:49:44 +0000 (+0800) Subject: Update Dockerfile of vfc-nfvo-catalog X-Git-Tag: v1.0.1~17 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=89f755bee8ccc00775d09a9314cfb3536e1a70c8;p=vfc%2Fnfvo%2Fcatalog.git Update Dockerfile of vfc-nfvo-catalog Change-Id: Ib5ed85b1e1546fb51af4d3eb052dcb93c50f8929 Issue-Id: VFC-529 Signed-off-by: fujinhua --- diff --git a/docker/Dockerfile b/docker/Dockerfile index b42c1e71..ea308d11 100755 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -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 diff --git a/requirements.txt b/requirements.txt index de774b2f..5d63f6c9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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