From af89ce9a000b7ef79c8f1c910c74f3bf06bb1760 Mon Sep 17 00:00:00 2001
From: nd <nd@cccv.de>
Date: Mon, 22 Aug 2022 22:44:56 +0000
Subject: [PATCH] add new optional python3-prometheus-client dependency

---
 Dockerfile.bullseye | 2 +-
 Dockerfile.buster   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Dockerfile.bullseye b/Dockerfile.bullseye
index f7cd049..df97773 100644
--- a/Dockerfile.bullseye
+++ b/Dockerfile.bullseye
@@ -7,7 +7,7 @@ RUN apt-get -qq update && \
         sqlite3 locales-all git \
         python3 python3-venv python3-coverage python3-ldap3 python3-flask python3-flask-sqlalchemy python3-flask-migrate \
         python3-pip python3-qrcode python3-fido2 python3-oauthlib python3-flask-babel python3-argon2 python3-pytest python3-all python3-pip \
-        git-buildpackage debhelper dh-python mariadb-server python3-mysqldb python3-requests-oauthlib python3-git libffi-dev && \
+        git-buildpackage debhelper dh-python mariadb-server python3-mysqldb python3-requests-oauthlib python3-git python3-prometheus-client libffi-dev && \
     pip3 install pylint html5validator twine build --upgrade && \
     apt-get -qq clean
 
diff --git a/Dockerfile.buster b/Dockerfile.buster
index bed7fb6..1df0f1e 100644
--- a/Dockerfile.buster
+++ b/Dockerfile.buster
@@ -7,7 +7,7 @@ RUN apt-get -qq update && \
         sqlite3 locales-all git \
         python3 python3-venv python3-coverage python3-ldap3 python3-flask python3-flask-sqlalchemy python3-flask-migrate \
         python3-pip python3-qrcode python3-fido2 python3-oauthlib python3-flask-babel python3-argon2 python3-pytest python3-all python3-pip \
-        git-buildpackage debhelper dh-python mariadb-server python3-mysqldb python3-flask-oauthlib python3-requests-oauthlib python3-git libffi-dev && \
+        git-buildpackage debhelper dh-python mariadb-server python3-mysqldb python3-flask-oauthlib python3-requests-oauthlib python3-git python3-prometheus-client libffi-dev && \
     pip3 install pylint html5validator twine build --upgrade && \
     apt-get -qq clean
 
-- 
GitLab