From 6f08edfb209fef155022ea73f8f3e7aae4e3d9d1 Mon Sep 17 00:00:00 2001 From: CatDeployed Date: Fri, 3 Aug 2018 03:53:27 +0200 Subject: [PATCH] update with tzdata --- ubuntu/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/ubuntu/Dockerfile b/ubuntu/Dockerfile index bd6b26b..f0b97ec 100644 --- a/ubuntu/Dockerfile +++ b/ubuntu/Dockerfile @@ -7,6 +7,7 @@ RUN apt-get -y update \ && rm -rf /var/lib/apt/lists/* \ && gem install bundler \ && gem install procodile \ + && gem install tzinfo-data \ && useradd -r -d /opt/postal -s /bin/bash postal \ && chown -R postal:postal /opt/postal/ \ && /opt/postal/bin/postal bundle /opt/postal/vendor/bundle \