From 1be4e5fb70e3149e0727adba5036a0e376e362ea Mon Sep 17 00:00:00 2001 From: fujinhua Date: Fri, 13 Oct 2017 09:34:47 +0800 Subject: Update dockerfile of vfc-nfvo-catalog Change-Id: Id35357c20193a1fecf1012137f0e0fe873e18a3a Issue-Id: VFC-529 Signed-off-by: fujinhua --- docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docker') 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 -- cgit 1.2.3-korg