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
|