From b43d70422f3d33b27471518177023e1712f76d57 Mon Sep 17 00:00:00 2001 From: Julian <julian@cccv.de> Date: Mon, 13 Sep 2021 19:27:08 +0000 Subject: [PATCH] Readded python3-flask-oauthlib to support old uffd versions --- Dockerfile.buster | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.buster b/Dockerfile.buster index f973e24..acc8fa9 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-pytest python3-all python3-pip \ - git-buildpackage debhelper dh-python mariadb-server python3-mysqldb && \ + git-buildpackage debhelper dh-python mariadb-server python3-mysqldb python3-flask-oauthlib && \ pip3 install pylint html5validator twine build --upgrade && \ apt-get -qq clean -- GitLab