From b2df9b4fd4f6dc7640de5734a70af1dc4531a125 Mon Sep 17 00:00:00 2001
From: Julian Rother <julian@cccv.de>
Date: Mon, 23 Oct 2023 03:18:59 +0200
Subject: [PATCH] Fix last commit

---
 Dockerfile.bookworm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile.bookworm b/Dockerfile.bookworm
index a6043cf..1bc4ac6 100644
--- a/Dockerfile.bookworm
+++ b/Dockerfile.bookworm
@@ -11,7 +11,7 @@ RUN dpkg-divert --divert /usr/lib/python3.11/EXTERNALLY-MANAGED.diverted --renam
         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 python3-prometheus-client libffi-dev \
-        redis-server python3-pylint python3-build twine && \
+        redis-server pylint python3-build twine && \
     pip3 install html5validator==0.4.2 && \
     apt-get -qq clean
 
-- 
GitLab