add tzdata apk install to Dockerfile

This commit is contained in:
lawtancool 2020-02-17 21:46:21 -08:00 committed by GitHub
parent e0da952e64
commit 6d87bce905
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
RUN sudo -HEu paperless /usr/src/paperless/src/manage.py collectstatic --clear --no-input