From 626bfa6b54756d8388978e94e53a8cecd4a70544 Mon Sep 17 00:00:00 2001 From: Bram Prieshof Date: Tue, 13 Feb 2024 23:37:06 +0100 Subject: [PATCH] CT UptimeKuma: added missing package Added 'iputils' to allow ping to work correctly, since busybox ping will not run under a normal user --- CT-Build/Alpine.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CT-Build/Alpine.yaml b/CT-Build/Alpine.yaml index 43ef9b6..cf66e28 100644 --- a/CT-Build/Alpine.yaml +++ b/CT-Build/Alpine.yaml @@ -654,7 +654,8 @@ packages: - git - curl - ca-certificates - - libcap + - libcap + - iputils action: install variants: - uptimekuma