From fdf2638312f28f4085e402c55cf6f6827badd5fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lauri=20V=C3=B5sandi?= Date: Mon, 14 Nov 2022 19:51:04 +0200 Subject: [PATCH] Add prometheus-flask-exporter --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 500245a..27bfc53 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,6 +8,7 @@ RUN apk add --no-cache gcc make musl-dev linux-headers git \ kubernetes_asyncio \ motor \ prometheus-async \ + prometheus-flask-exporter \ pyjwt \ pyyaml \ sanic \