Browse Source

[Watchdog] Add missing mariadb-client tools

andryyy 6 years ago
parent
commit
c22bddb244
1 changed files with 1 additions and 0 deletions
  1. 1 0
      data/Dockerfiles/watchdog/Dockerfile

+ 1 - 0
data/Dockerfiles/watchdog/Dockerfile

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