From 82df2cdb731e3e237e860b43b7037f3178973eab Mon Sep 17 00:00:00 2001 From: Quinten <67589015+QuintenQVD0@users.noreply.github.com> Date: Tue, 2 Apr 2024 16:06:38 +0200 Subject: [PATCH] more needed packages for Uptime Kuma --- apps/uptimekuma/Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apps/uptimekuma/Dockerfile b/apps/uptimekuma/Dockerfile index f3325cf01..2fd2a3990 100644 --- a/apps/uptimekuma/Dockerfile +++ b/apps/uptimekuma/Dockerfile @@ -23,6 +23,9 @@ RUN apk add --no-cache \ iproute2 \ iputils-ping \ libtool \ + musl \ + musl-utils \ + musl-locales \ python3 \ python3-dev \ py3-pip \