Merge pull request #614 from lawtancool/master

Add timezone variable to Docker containers
This commit is contained in:
JOKer
2020-04-04 19:12:59 +02:00
committed by GitHub
2 changed files with 3 additions and 0 deletions

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