paperless.Containerfile 247 B

1234567
  1. FROM ghcr.io/paperless-ngx/paperless-ngx:latest
  2. # Set up DNS resolution and ensure network connectivity
  3. RUN pip install --upgrade pip && \
  4. pip install --no-cache-dir mozilla-django-oidc
  5. # The base image already has the correct ENTRYPOINT/CMD