From: Ikram Ikramullah Date: Mon, 19 Feb 2018 16:20:57 +0000 (-0500) Subject: Fixed another Dockerfile X-Git-Tag: v1.1.1~67 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F09%2F32109%2F1;p=optf%2Fhas.git Fixed another Dockerfile data component docker file was pointing to wrong repo. Fixed that to point to onap Issue-ID: OPTFRA-123 Change-Id: Ia02c97ebb8f43da21aed897cfb00e14adf7bb54d Signed-off-by: Ikram Ikramullah --- diff --git a/conductor/docker/data/Dockerfile b/conductor/docker/data/Dockerfile index 207929c..d3836d9 100755 --- a/conductor/docker/data/Dockerfile +++ b/conductor/docker/data/Dockerfile @@ -19,7 +19,7 @@ FROM python:2.7 RUN apt-get update RUN apt-get --assume-yes install python-setuptools RUN virtualenv ../venv -RUN git clone https://fi241c@codecloud.web.att.com/scm/st_cloudqos/conductor.git +RUN git clone https://gerrit.onap.org/r/optf/has WORKDIR ./conductor RUN pip install . RUN pwd