ソースを参照

[Watchdog] Add missing mariadb-client tools

andryyy 6 年 前
コミット
c22bddb244
1 ファイル変更1 行追加0 行削除
  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 \