2b7df39504
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
6 lines
107 B
Docker
6 lines
107 B
Docker
FROM ghcr.io/goauthentik/server:latest
|
|
|
|
USER root
|
|
|
|
RUN pip install --no-cache-dir -r /requirements-dev.txt
|