From: Dileep Ranganathan Date: Thu, 5 Jul 2018 16:33:00 +0000 (-0700) Subject: Fix Dockerfile for beijing X-Git-Tag: v1.2.0~5^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=b2a5b2cdc47b73eb4a82963d493910930c9d0db7;p=optf%2Fhas.git Fix Dockerfile for beijing Fix Dockerfile for beijing to build from beijing branch Change-Id: Ib8c04079c7acde73c9ce1dd94bcf09a9d1b2de0d Issue-ID: OPTFRA-287 Signed-off-by: Dileep Ranganathan --- diff --git a/conductor/docker/Dockerfile b/conductor/docker/Dockerfile index 3e1f43c..693e458 100755 --- a/conductor/docker/Dockerfile +++ b/conductor/docker/Dockerfile @@ -26,6 +26,7 @@ apt-get install -y unzip && \ apt-get install -y curl && \ apt-get install -y wget -RUN git clone https://gerrit.onap.org/r/optf/has +RUN git clone https://gerrit.onap.org/r/optf/has \ + && git checkout beijing RUN cd ./has/conductor/ && pip install -e . COPY api_paste.ini /usr/local/bin/api_paste.ini