mirror of
https://github.com/goauthentik/authentik
synced 2026-05-12 01:47:06 +02:00
5 lines
159 B
Docker
5 lines
159 B
Docker
FROM docker.beryju.org/passbook/base:latest
|
|
|
|
RUN pipenv lock --dev -r > requirements-dev.txt && \
|
|
pip install -r /app/requirements-dev.txt --no-cache-dir
|