Added DOCKERFILE
This commit is contained in:
@@ -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
|
||||||
Reference in New Issue
Block a user