mirror of
https://github.com/docker-library/ruby.git
synced 2022-11-09 11:41:34 -05:00
d88c77ea84
Previously, the only gem referred to in the build was Bundler. Immediately before it was installed, rubygems was globally configured to not install documentation when gems are installed or updated. Now, rubygems is updated in the same RUN step that installs ruby. By creating the .gemrc file before that step, the `gem update rubygems` command no longer needs an explicit `--no-documentation` flag. |
||
---|---|---|
.. | ||
Dockerfile |