From 8ec0684525133272343043a9568d1bcf95268cdd Mon Sep 17 00:00:00 2001 From: Jess Frazelle Date: Thu, 22 Sep 2016 02:09:01 -0700 Subject: [PATCH] missed one 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 26da8b7..9b010bd 100644 --- a/commit-watcher/Dockerfile +++ b/commit-watcher/Dockerfile @@ -17,7 +17,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 bigdecimal bundler io-console --no-rdoc --no-ri \ && bundle config build.nokogiri --use-system-libraries \ && bundle install \ && apk del .build-deps