From f737d0c53b2e664b1def74b70ac091a02b0c50b2 Mon Sep 17 00:00:00 2001 From: Jeffrey Gordon Date: Sat, 1 Feb 2025 17:56:51 -0500 Subject: [PATCH] add snmp-ups --- apps/network-ups-tools/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/network-ups-tools/Dockerfile b/apps/network-ups-tools/Dockerfile index 6f07632..6cf5d56 100644 --- a/apps/network-ups-tools/Dockerfile +++ b/apps/network-ups-tools/Dockerfile @@ -11,6 +11,7 @@ RUN \ apk add --no-cache \ bash \ nut \ + snmp-ups \ net-snmp-tools WORKDIR /config