aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfujinhua <fu.jinhua@zte.com.cn>2017-10-13 09:34:47 +0800
committerfujinhua <fu.jinhua@zte.com.cn>2017-10-13 09:34:47 +0800
commit1be4e5fb70e3149e0727adba5036a0e376e362ea (patch)
treeb3eb034058e20f2fd057ec780bab8da4740259a2
parent2a7d7db0e533d39157fa7511af483ff91b7d78dd (diff)
Update dockerfile of vfc-nfvo-catalog
Change-Id: Id35357c20193a1fecf1012137f0e0fe873e18a3a Issue-Id: VFC-529 Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
-rwxr-xr-xdocker/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile
index ea308d11..4f01edcf 100755
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -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