add tzdata apk install to Dockerfile

This commit is contained in:
lawtancool 2020-02-17 21:46:21 -08:00 committed by GitHub
parent 21df26235e
commit 00b3e0ef7a

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++ \