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 \ shadow \
sudo \ sudo \
tesseract-ocr \ tesseract-ocr \
tzdata \
unpaper && \ unpaper && \
apk add --no-cache --virtual .build-dependencies \ apk add --no-cache --virtual .build-dependencies \
g++ \ g++ \