From 6d87bce905b45f9d54a959003f512231a5d2a6bc Mon Sep 17 00:00:00 2001 From: lawtancool <26829131+lawtancool@users.noreply.github.com> Date: Mon, 17 Feb 2020 21:46:21 -0800 Subject: [PATCH 1/2] add tzdata apk install to Dockerfile --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 30eb3a5bc..b4a32b401 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,6 +27,7 @@ RUN apk add --no-cache \ shadow \ sudo \ tesseract-ocr \ + tzdata \ unpaper && \ apk add --no-cache --virtual .build-dependencies \ g++ \ @@ -67,4 +68,4 @@ COPY data/ /usr/src/paperless/data/ COPY media/ /usr/src/paperless/media/ # Collect static files -RUN sudo -HEu paperless /usr/src/paperless/src/manage.py collectstatic --clear --no-input \ No newline at end of file +RUN sudo -HEu paperless /usr/src/paperless/src/manage.py collectstatic --clear --no-input From 177929e58b64d210b395b23c784e136b9830eb49 Mon Sep 17 00:00:00 2001 From: lawtancool <26829131+lawtancool@users.noreply.github.com> Date: Mon, 17 Feb 2020 21:48:39 -0800 Subject: [PATCH 2/2] add TZ variable to docker-compose.env.example --- docker-compose.env.example | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docker-compose.env.example b/docker-compose.env.example index 50c1690be..7117c7dad 100644 --- a/docker-compose.env.example +++ b/docker-compose.env.example @@ -11,6 +11,8 @@ # ...are all explained in that file but can be defined here, since the Docker # installation doesn't make use of paperless.conf. +# Use this variable to set a timezone for the Paperless Docker containers. If not specified, defaults to UTC. +# TZ=America/Los_Angeles # Additional languages to install for text recognition. Note that this is # different from PAPERLESS_OCR_LANGUAGE (default=eng), which defines the