From 11f233e6b1f3a38ef8ff4ad6add3b46f7fc70173 Mon Sep 17 00:00:00 2001 From: scott lee davis Date: Sun, 5 May 2019 11:50:58 -0700 Subject: [PATCH] include timezone for plugins that use location information. (#390) --- app/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Dockerfile b/app/Dockerfile index 9e12e8f..6c47ab6 100644 --- a/app/Dockerfile +++ b/app/Dockerfile @@ -22,6 +22,7 @@ RUN apk add --no-cache \ mailcap \ netcat-openbsd \ xmlsec-dev \ + tzdata \ && rm -rf /tmp/* # Get Mattermost