From: fujinhua Date: Wed, 17 Oct 2018 01:35:17 +0000 (+0800) Subject: Fix docker build error for nslcm X-Git-Tag: 1.2.0~1^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F16%2F70616%2F1;p=vfc%2Fnfvo%2Flcm.git Fix docker build error for nslcm Change-Id: Ida63f3373d1960e3a78523017ce57caaa5f2f101 Issue-ID: VFC-1152 Signed-off-by: fujinhua --- diff --git a/docker/Dockerfile b/docker/Dockerfile index 2334995f..32fc8020 100755 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -33,7 +33,8 @@ RUN wget -q -O vfc-nfvo-lcm.zip 'https://nexus.onap.org/service/local/artifact/m rm -rf vfc-nfvo-lcm.zip WORKDIR /service/vfc/nfvo/lcm -RUN pip install --pre -r requirements.txt +RUN pip install --upgrade setuptools pip && \ + pip install --pre -r requirements.txt EXPOSE 8403