Update to django-cas-server 1.1 w Django 2.1 support

This commit is contained in:
2019-04-07 16:24:46 +01:00
parent 795010f6c8
commit df88d8d687
5 changed files with 10 additions and 9 deletions

View File

@ -53,7 +53,6 @@ RUN apt-get update && apt-get install -y gettext git
WORKDIR /app
COPY ./requirements/base.txt requirements-base.txt
RUN python3 -m pip install -r requirements-base.txt
RUN python3 -m pip install -e git+git://github.com/nitmir/django-cas-server.git@248658b52d3f87d7275a05d5e2c9773a0c2bc5a2#egg=django-cas-server
# APP
WORKDIR /app