From 48ef2f3a7637a8dddd649997bca0e8f4e5cee75e Mon Sep 17 00:00:00 2001 From: Christian Dresen <c.dresen@fh-muenster.de> Date: Mon, 19 Sep 2016 22:10:26 +0200 Subject: [PATCH] [WarpAuth] Fixed missing requirement in Dockerfile --- www/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/www/Dockerfile b/www/Dockerfile index ed1d744..f4f6031 100644 --- a/www/Dockerfile +++ b/www/Dockerfile @@ -28,6 +28,7 @@ RUN pip3 install \ djangorestframework \ ldap3 \ uwsgi \ + django-two-factor-auth \ --upgrade RUN pip3 install git+https://github.com/nkunihiko/django-bootstrap3-datetimepicker.git -- GitLab