|
@@ -4,7 +4,7 @@ FROM docker.infra.flowdat.com/fd3/kea-oss-1.4.0:latest
|
|
|
|
|
|
RUN git clone git://github.com/alanxz/rabbitmq-c.git
|
|
RUN git clone git://github.com/alanxz/rabbitmq-c.git
|
|
RUN apt-get update && apt-get install -yq cmake
|
|
RUN apt-get update && apt-get install -yq cmake
|
|
-RUN cd rabbitmq-c && mkdir build && cd build && cmake .. && cmake --build .
|
|
|
|
|
|
+RUN cd rabbitmq-c && mkdir build && cd build && cmake .. && cmake --build .
|
|
RUN cd rabbitmq-c/build && make && make install
|
|
RUN cd rabbitmq-c/build && make && make install
|
|
|
|
|
|
RUN git clone https://github.com/akalend/amqpcpp
|
|
RUN git clone https://github.com/akalend/amqpcpp
|
|
@@ -29,9 +29,6 @@ RUN mkdir ~/.ssh
|
|
RUN ssh-keyscan -H -p 22 bitbucket.org >> ~/.ssh/known_hosts
|
|
RUN ssh-keyscan -H -p 22 bitbucket.org >> ~/.ssh/known_hosts
|
|
COPY keys/ /opt/keys
|
|
COPY keys/ /opt/keys
|
|
RUN chmod 0600 /opt/keys/bitbucket.id_rsa
|
|
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 && git checkout kea-test && make
|
|
|
|
|
|
|
|
COPY inotify.sh /usr/local/etc/kea/inotify.sh
|
|
COPY inotify.sh /usr/local/etc/kea/inotify.sh
|
|
|
|
|