Add FREE_send_notification.sh
This commit is contained in:
parent
87eb526eb5
commit
a8e7292561
2 changed files with 174 additions and 0 deletions
|
|
@ -2,6 +2,7 @@ FROM alpine
|
|||
|
||||
RUN apk add --no-cache \
|
||||
ca-certificates \
|
||||
curl \
|
||||
nagios \
|
||||
nagios-plugins \
|
||||
nagios-plugins-dig \
|
||||
|
|
@ -20,6 +21,8 @@ RUN apk add --no-cache \
|
|||
|
||||
USER nagios
|
||||
|
||||
COPY FREE_send_notification.sh /usr/bin/FREE_send_notification.sh
|
||||
|
||||
COPY entrypoint.sh /docker-entrypoint.sh
|
||||
ENTRYPOINT ["/docker-entrypoint.sh"]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue