diffy icon indicating copy to clipboard operation
diffy copied to clipboard

Diffy doesn't work on docker ruby Alpine Linux image

Open adrianodennanni opened this issue 7 years ago • 2 comments

This happens when trying to run Diffy on docker ruby Alpine Linux image:

/ # gem install diffy
Fetching: diffy-3.2.0.gem (100%)
Successfully installed diffy-3.2.0
1 gem installed
/ # irb
irb(main):001:0> require 'diffy'
=> true
irb(main):002:0> Diffy::Diff.new("Hello!\n","Hallo!\n").to_s(:text)
=> ""

Diffy works well on other Ruby docker images, such as default Ruby.

adrianodennanni avatar Mar 13 '18 14:03 adrianodennanni

loos at solution here https://github.com/samg/diffy/issues/86#issuecomment-306061670

v1ct0r avatar Mar 21 '18 09:03 v1ct0r

try this https://github.com/samg/diffy/pull/95

keo64 avatar Mar 21 '18 12:03 keo64