From 7f7054484363a28e4a10c76906b9caa777cc8a47 Mon Sep 17 00:00:00 2001 From: CatDeployed Date: Mon, 23 Jul 2018 05:44:27 +0200 Subject: [PATCH] update tzdata --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 57550f4..be26f40 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,6 +6,7 @@ RUN apk --no-cache add nodejs mysql-client git bash python libcap py-setuptools && rm -rf /var/lib/apt/lists/* \ && gem install bundler \ && gem install procodile \ + && gem install tzinfo-data \ && addgroup -S postal \ && adduser -S -G postal -h /opt/postal -s /bin/bash postal \ && chown -R postal:postal /opt/postal/ \