From f799eb5c29ff7d8444ae9df9bcece331a36bf21b Mon Sep 17 00:00:00 2001 From: Julian <julian@cccv.de> Date: Sun, 13 Feb 2022 01:24:40 +0000 Subject: [PATCH] Add python3-argon2 --- Dockerfile.bullseye | 2 +- Dockerfile.buster | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile.bullseye b/Dockerfile.bullseye index 34293b8..5668ee1 100644 --- a/Dockerfile.bullseye +++ b/Dockerfile.bullseye @@ -6,7 +6,7 @@ RUN apt-get -qq update && \ lsb-release openjdk-11-jre-headless curl ca-certificates \ 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 \ + 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 && \ pip3 install pylint html5validator twine build --upgrade && \ apt-get -qq clean diff --git a/Dockerfile.buster b/Dockerfile.buster index 5d21252..ec1cbd2 100644 --- a/Dockerfile.buster +++ b/Dockerfile.buster @@ -6,7 +6,7 @@ RUN apt-get -qq update && \ lsb-release openjdk-11-jre-headless curl ca-certificates \ 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 \ + 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 && \ pip3 install pylint html5validator twine build --upgrade && \ apt-get -qq clean -- GitLab