diff --git a/docker/Dockerfile b/docker/Dockerfile index 17c4c458..0f82050d 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -1,8 +1,5 @@ FROM python:3-alpine -# Until https://github.com/lepture/authlib/pull/261 is merged -RUN apk add git - RUN adduser -D -h /app oauthserver COPY --chown=oauthserver:oauthserver . /app/ RUN apk add curl libldap libffi su-exec diff --git a/setup.cfg b/setup.cfg index 90c2022b..66e898a5 100644 --- a/setup.cfg +++ b/setup.cfg @@ -18,8 +18,7 @@ packages = find: include_package_data = true python_requires = >= 3.6 install_requires = - # Until https://github.com/lepture/authlib/pull/261 is merged - authlib @ git+https://github.com/azmeuk/authlib.git@rfc8414-is-secure-transport + authlib flask flask-babel flask-wtf