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

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