authentik/dev.Dockerfile

5 lines
159 B
Docker
Raw Normal View History

FROM docker.beryju.org/passbook/base:latest
2019-09-10 16:00:13 +01:00
RUN pipenv lock --dev -r > requirements-dev.txt && \
pip install -r /app/requirements-dev.txt --no-cache-dir