even smaller still

Signed-off-by: Jess Frazelle <me@jessfraz.com>
This commit is contained in:
Jess Frazelle 2016-09-22 03:52:24 -07:00
parent 084fd1f4e2
commit d54510a76d
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3

View File

@ -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