Fix Dockerfile for beijing 23/55923/1
authorDileep Ranganathan <dileep.ranganathan@intel.com>
Thu, 5 Jul 2018 16:33:00 +0000 (09:33 -0700)
committerDileep Ranganathan <dileep.ranganathan@intel.com>
Thu, 5 Jul 2018 16:33:00 +0000 (09:33 -0700)
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>
conductor/docker/Dockerfile

index 3e1f43c..693e458 100755 (executable)
@@ -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