From 8f7a00bbb62f1313a4f329a8372d581ef956f5f9 Mon Sep 17 00:00:00 2001 From: Jess Frazelle Date: Thu, 22 Sep 2016 03:29:51 -0700 Subject: [PATCH] tzdata Signed-off-by: Jess Frazelle --- commit-watcher/Dockerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/commit-watcher/Dockerfile b/commit-watcher/Dockerfile index 2914763..8b11d91 100644 --- a/commit-watcher/Dockerfile +++ b/commit-watcher/Dockerfile @@ -6,7 +6,8 @@ RUN apk add --no-cache \ libxslt \ mariadb-dev \ ruby \ - ruby-bigdecimal + ruby-bigdecimal \ + tzdata RUN set -x \ && apk add --no-cache --virtual .build-deps \ @@ -18,7 +19,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 tzinfo tzinfo-data --no-rdoc --no-ri \ + && gem install bundler io-console --no-rdoc --no-ri \ && bundle config build.nokogiri --use-system-libraries \ && bundle install \ && apk del .build-deps