diff options
author | fujinhua <fu.jinhua@zte.com.cn> | 2017-10-13 09:34:47 +0800 |
---|---|---|
committer | fujinhua <fu.jinhua@zte.com.cn> | 2017-10-13 09:34:47 +0800 |
commit | 1be4e5fb70e3149e0727adba5036a0e376e362ea (patch) | |
tree | b3eb034058e20f2fd057ec780bab8da4740259a2 /docker/Dockerfile | |
parent | 2a7d7db0e533d39157fa7511af483ff91b7d78dd (diff) |
Update dockerfile of vfc-nfvo-catalog
Change-Id: Id35357c20193a1fecf1012137f0e0fe873e18a3a
Issue-Id: VFC-529
Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
Diffstat (limited to 'docker/Dockerfile')
-rwxr-xr-x | docker/Dockerfile | 2 |
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 |