1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2024-12-12 10:45:14 +02:00

[Watchdog] Add missing mariadb-client tools

This commit is contained in:
andryyy 2019-09-12 08:35:53 +02:00
parent 6a7cc9ec80
commit c22bddb244
No known key found for this signature in database
GPG Key ID: 8EC34FF2794E25EF

View File

@ -7,6 +7,7 @@ RUN apk add --update \
nagios-plugins-tcp \
nagios-plugins-http \
nagios-plugins-ping \
mariadb-client \
curl \
bash \
coreutils \