diff --git a/Dockerfile.bullseye b/Dockerfile.bullseye
index 34293b8f1ebbe0193b4d88788288eace03851f22..5668ee19730486361cf5b386945f8bc46d203bca 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 5d212520b1f5617b16fb11cb05b852486b98f6ce..ec1cbd2d7ee34f618a9237369ba006005eea2a42 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