From d54510a76d3a83676ad680f9c281a7221563f58b Mon Sep 17 00:00:00 2001 From: Jess Frazelle Date: Thu, 22 Sep 2016 03:52:24 -0700 Subject: [PATCH] even smaller still Signed-off-by: Jess Frazelle --- commit-watcher/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/commit-watcher/Dockerfile b/commit-watcher/Dockerfile index 4fb6a28..866e124 100644 --- a/commit-watcher/Dockerfile +++ b/commit-watcher/Dockerfile @@ -17,7 +17,6 @@ RUN set -x \ libxslt-dev \ && git clone --depth 1 https://github.com/srcclr/commit-watcher.git /usr/src/commit-watcher \ && cd /usr/src/commit-watcher \ - && gem install io-console --no-rdoc --no-ri \ && bundle config build.nokogiri --use-system-libraries \ && bundle install \ && apk del .build-deps