Skip to content
Snippets Groups Projects
Commit 48ef2f3a authored by Christian Dresen's avatar Christian Dresen
Browse files

[WarpAuth] Fixed missing requirement in Dockerfile

parent d21b2c09
No related branches found
No related tags found
No related merge requests found
...@@ -28,6 +28,7 @@ RUN pip3 install \ ...@@ -28,6 +28,7 @@ RUN pip3 install \
djangorestframework \ djangorestframework \
ldap3 \ ldap3 \
uwsgi \ uwsgi \
django-two-factor-auth \
--upgrade --upgrade
RUN pip3 install git+https://github.com/nkunihiko/django-bootstrap3-datetimepicker.git RUN pip3 install git+https://github.com/nkunihiko/django-bootstrap3-datetimepicker.git
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment