diff options
author | Dileep Ranganathan <dileep.ranganathan@intel.com> | 2018-07-05 09:33:00 -0700 |
---|---|---|
committer | Dileep Ranganathan <dileep.ranganathan@intel.com> | 2018-07-05 09:33:00 -0700 |
commit | b2a5b2cdc47b73eb4a82963d493910930c9d0db7 (patch) | |
tree | ed27b94fefe586f1da27b46b465b020020d71efe /conductor/docker | |
parent | 09060abaac028f49f1858a9d99b32d618e404511 (diff) |
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 <dileep.ranganathan@intel.com>
Diffstat (limited to 'conductor/docker')
-rwxr-xr-x | conductor/docker/Dockerfile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |