We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 91fe689 + f6a9b72 commit fd3d03fCopy full SHA for fd3d03f
Dockerfile
@@ -60,6 +60,8 @@ RUN apk update \
60
&& rm -rf /usr/local/lib/ruby/gems/*/specifications/default/stringio-*.gemspec \
61
&& rm -rf /usr/local/lib/ruby/gems/*/gems/rdoc-* \
62
&& rm -rf /usr/local/lib/ruby/gems/*/specifications/default/rdoc-*.gemspec \
63
+ && rm -rf /usr/local/lib/ruby/gems/2.7.0/gems/default/rexml-* \
64
+ && rm -rf /usr/local/lib/ruby/gems/2.7.0/specifications/default/rexml-*.gemspec \
65
&& rm -rf /usr/local/lib/ruby/gems/*/gems/rexml-* \
66
&& rm -rf /usr/local/lib/ruby/gems/*/specifications/rexml-*.gemspec
67
0 commit comments