authentik/dev.Dockerfile

6 lines
180 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 && \
pipenv --rm && \
2019-09-10 16:00:13 +01:00
pip install -r /app/requirements-dev.txt --no-cache-dir