Skip to content

Commit

Permalink
Merge pull request #42 from voxpupuli/fix_rexml
Browse files Browse the repository at this point in the history
fix: in ruby 2.7 rexml is a default gem
  • Loading branch information
rwaffen authored Aug 27, 2024
2 parents 91fe689 + f6a9b72 commit fd3d03f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ RUN apk update \
&& rm -rf /usr/local/lib/ruby/gems/*/specifications/default/stringio-*.gemspec \
&& rm -rf /usr/local/lib/ruby/gems/*/gems/rdoc-* \
&& rm -rf /usr/local/lib/ruby/gems/*/specifications/default/rdoc-*.gemspec \
&& rm -rf /usr/local/lib/ruby/gems/2.7.0/gems/default/rexml-* \
&& rm -rf /usr/local/lib/ruby/gems/2.7.0/specifications/default/rexml-*.gemspec \
&& rm -rf /usr/local/lib/ruby/gems/*/gems/rexml-* \
&& rm -rf /usr/local/lib/ruby/gems/*/specifications/rexml-*.gemspec

Expand Down

0 comments on commit fd3d03f

Please sign in to comment.