This repository has been archived on 2024-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
authentik/.devcontainer/Dockerfile

6 lines
107 B
Docker
Raw Normal View History

FROM ghcr.io/goauthentik/server:latest
USER root
RUN pip install --no-cache-dir -r /requirements-dev.txt