From e4b01b3b77e0371ff53856db5d5078c6a5c9c795 Mon Sep 17 00:00:00 2001 From: Julian <julian@cccv.de> Date: Sun, 19 Sep 2021 15:23:22 +0000 Subject: [PATCH] Added python3-requests-oauthlib (dependency for oauthproxy) --- Dockerfile.bullseye | 2 +- Dockerfile.buster | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile.bullseye b/Dockerfile.bullseye index 00cefbf..24ddb8a 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-pytest python3-all python3-pip \ - git-buildpackage debhelper dh-python mariadb-server python3-mysqldb && \ + git-buildpackage debhelper dh-python mariadb-server python3-mysqldb python3-requests-oauthlib && \ pip3 install pylint html5validator twine build --upgrade && \ apt-get -qq clean diff --git a/Dockerfile.buster b/Dockerfile.buster index acc8fa9..4722af2 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 python3-flask-oauthlib && \ + git-buildpackage debhelper dh-python mariadb-server python3-mysqldb python3-flask-oauthlib python3-requests-oauthlib && \ pip3 install pylint html5validator twine build --upgrade && \ apt-get -qq clean -- GitLab