File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed
Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ RUN mkdir -p /opt/jruby/etc \
2222 echo 'update: --no-document' ; \
2323 } >> /opt/jruby/etc/gemrc
2424
25- RUN gem install bundler rake net-telnet xmlrpc
25+ RUN gem install net-telnet xmlrpc
2626
2727# don't create ".bundle" in all our apps
2828ENV GEM_HOME=/usr/local/bundle
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ RUN mkdir -p /opt/jruby/etc \
2222 echo 'update: --no-document' ; \
2323 } >> /opt/jruby/etc/gemrc
2424
25- RUN gem install bundler rake net-telnet xmlrpc
25+ RUN gem install net-telnet xmlrpc
2626
2727# don't create ".bundle" in all our apps
2828ENV GEM_HOME=/usr/local/bundle
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ RUN mkdir -p /opt/jruby/etc \
2222 echo 'update: --no-document' ; \
2323 } >> /opt/jruby/etc/gemrc
2424
25- RUN gem install bundler rake net-telnet xmlrpc
25+ RUN gem install net-telnet xmlrpc
2626
2727# don't create ".bundle" in all our apps
2828ENV GEM_HOME=/usr/local/bundle
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ RUN mkdir -p /opt/jruby/etc \
2222 echo 'update: --no-document' ; \
2323 } >> /opt/jruby/etc/gemrc
2424
25- RUN gem install bundler rake net-telnet xmlrpc
25+ RUN gem install net-telnet xmlrpc
2626
2727# don't create ".bundle" in all our apps
2828ENV GEM_HOME=/usr/local/bundle
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ RUN mkdir -p /opt/jruby/etc \
1919 echo 'update: --no-document' ; \
2020 } >> /opt/jruby/etc/gemrc
2121
22- RUN gem install bundler rake net-telnet xmlrpc
22+ RUN gem install net-telnet xmlrpc
2323
2424# don't create ".bundle" in all our apps
2525ENV GEM_HOME=/usr/local/bundle
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ RUN mkdir -p /opt/jruby/etc \
1919 echo 'update: --no-document' ; \
2020 } >> /opt/jruby/etc/gemrc
2121
22- RUN gem install bundler rake net-telnet xmlrpc
22+ RUN gem install net-telnet xmlrpc
2323
2424# don't create ".bundle" in all our apps
2525ENV GEM_HOME=/usr/local/bundle
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ RUN mkdir -p /opt/jruby/etc \
1919 echo 'update: --no-document' ; \
2020 } >> /opt/jruby/etc/gemrc
2121
22- RUN gem install bundler rake net-telnet xmlrpc
22+ RUN gem install net-telnet xmlrpc
2323
2424# don't create ".bundle" in all our apps
2525ENV GEM_HOME=/usr/local/bundle
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ RUN mkdir -p /opt/jruby/etc \
1919 echo 'update: --no-document' ; \
2020 } >> /opt/jruby/etc/gemrc
2121
22- RUN gem install bundler rake net-telnet xmlrpc
22+ RUN gem install net-telnet xmlrpc
2323
2424# don't create ".bundle" in all our apps
2525ENV GEM_HOME=/usr/local/bundle
You can’t perform that action at this time.
0 commit comments