Added DOCKERFILE

This commit is contained in:
2026-03-21 08:35:23 +00:00
commit 412bd151cd
+7
View File
@@ -0,0 +1,7 @@
FROM ghcr.io/paperless-ngx/paperless-ngx:latest
USER root
RUN apt-get update && \
apt-get install -y tesseract-ocr-slk && \
rm -rf /var/lib/apt/lists/*
USER 1000