From f3cbefd9bbc4739f3605acda150f3e4d4b96b8fc Mon Sep 17 00:00:00 2001 From: Jess Frazelle Date: Thu, 22 Sep 2016 03:12:20 -0700 Subject: [PATCH] tzinfo Signed-off-by: Jess Frazelle --- commit-watcher/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/commit-watcher/Dockerfile b/commit-watcher/Dockerfile index 88c2468..23a89b1 100644 --- a/commit-watcher/Dockerfile +++ b/commit-watcher/Dockerfile @@ -7,6 +7,7 @@ RUN apk add --no-cache \ mariadb-dev \ ruby \ ruby-bigdecimal + ruby-tzinfo \ 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-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