File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
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
You can’t perform that action at this time.
0 commit comments