From 33e2794a5cf6796989e05e5c194d314ed7db5b6d Mon Sep 17 00:00:00 2001 From: Torsten Widmann Date: Sun, 1 Oct 2023 16:58:47 +0200 Subject: [PATCH] add chromium for http monitor chromium (#191) Co-authored-by: gOOvER <116325+gOOvER@users.noreply.github.com> --- apps/uptimekuma/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/uptimekuma/Dockerfile b/apps/uptimekuma/Dockerfile index f32bede..06c1f56 100644 --- a/apps/uptimekuma/Dockerfile +++ b/apps/uptimekuma/Dockerfile @@ -12,6 +12,7 @@ RUN apk add --no-cache \ automake \ build-base \ ca-certificates\ + chromium \ curl \ bind-tools \ ffmpeg \