From 43b55e6f157dd3c1312d6e2c6147f0fe00c1c6d2 Mon Sep 17 00:00:00 2001 From: Jess Frazelle Date: Thu, 22 Sep 2016 03:00:19 -0700 Subject: [PATCH] add timezone Signed-off-by: Jess Frazelle --- commit-watcher/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commit-watcher/Dockerfile b/commit-watcher/Dockerfile index 509202c..88c2468 100644 --- a/commit-watcher/Dockerfile +++ b/commit-watcher/Dockerfile @@ -18,7 +18,7 @@ RUN set -x \ ruby-dev \ && git clone --depth 1 https://github.com/srcclr/commit-watcher.git /usr/src/commit-watcher \ && cd /usr/src/commit-watcher \ - && gem install bundler io-console --no-rdoc --no-ri \ + && gem install bundler io-console tzinfo-data --no-rdoc --no-ri \ && bundle config build.nokogiri --use-system-libraries \ && bundle install \ && apk del .build-deps