From 32cf67c7ac87fcee0686f68ac1cff3c58adc8451 Mon Sep 17 00:00:00 2001 From: Pablo Aramburo Date: Tue, 12 Jan 2021 14:06:21 -0700 Subject: [PATCH] [add] Tzdata to configure timezone on build --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 76f271c..9d84c77 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,8 @@ RUN apk --no-cache add \ curl \ nodejs \ npm \ - supervisor + supervisor \ + tzdata COPY supervisord.conf /etc/supervisord.conf COPY . /crontab-ui