Add tini to handle zombies created by Nagios

This commit is contained in:
nemunaire 2022-02-06 00:26:55 +01:00
commit e221311c73
2 changed files with 3 additions and 2 deletions

View file

@ -22,7 +22,8 @@ RUN apk add --no-cache \
nagios-plugins-tcp \
nagios-web \
nrpe-plugin \
ssmtp && \
ssmtp \
tini && \
chown nagios /etc/ssmtp/ssmtp.conf
COPY FREE_send_notification.sh /usr/bin/FREE_send_notification.sh