Dump core when killing buildmanager from monit

This commit is contained in:
Brad Ison 2016-11-16 16:41:14 -08:00
parent c4a1c3cfa7
commit ebf80bdd13
3 changed files with 10 additions and 1 deletions

View file

@ -9,6 +9,7 @@ ENV HOME /root
RUN apt-get update # 02NOV2016
RUN apt-get install -y \
g++ \
gdb \
gdebi-core \
git \
libevent-2.0.5 \
@ -31,6 +32,7 @@ RUN apt-get install -y \
nginx \
nodejs \
npm \
python-dbg \
python-dev \
python-pip \
python-virtualenv
@ -113,6 +115,7 @@ ADD conf/init/zz_boot.sh /etc/my_init.d/
ADD conf/init/service/ /etc/service/
RUN rm -rf /etc/service/syslog-forwarder
ADD conf/kill-buildmanager.sh /usr/local/bin/kill-buildmanager.sh
ADD conf/monitrc /etc/monit/monitrc
RUN chmod 0600 /etc/monit/monitrc