소스 검색

kea hook uses kea-test branch

Luciano Andrade 6 년 전
부모
커밋
246d292979
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      1.4.0/Dockerfile

+ 1 - 1
1.4.0/Dockerfile

@@ -31,7 +31,7 @@ COPY keys/ /opt/keys
 RUN chmod 0600 /opt/keys/bitbucket.id_rsa
 RUN eval $(ssh-agent) && ssh-add /opt/keys/bitbucket.id_rsa && git clone git@bitbucket.org:ikflowdat/kea-cm-hook.git
 
-RUN cd kea-cm-hook && make
+RUN cd kea-cm-hook && git checkout kea-test && make
 
 RUN git clone git://github.com/alanxz/rabbitmq-c.git
 RUN apt-get update && apt-get install -yq cmake