[add] Tzdata to configure timezone on build (#145)

pull/156/head
Pablo Aramburo 2021-05-20 12:22:59 -06:00 committed by GitHub
parent 348c2eeeee
commit f6a55ad592
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -15,7 +15,8 @@ RUN apk --no-cache add \
curl \
nodejs \
npm \
supervisor
supervisor \
tzdata
COPY supervisord.conf /etc/supervisord.conf
COPY . /crontab-ui