mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-27 12:23:35 +01:00
missed one
Signed-off-by: Jess Frazelle <me@jessfraz.com>
This commit is contained in:
parent
5b94937a1c
commit
8ec0684525
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user