cblp / yaml-sucks

YAML sucks.
606 stars 16 forks source link

Ruby missing #9

Open vojtasvoboda opened 6 years ago

vojtasvoboda commented 6 years ago

I tried docker run --rm --volume pwd:/app yaml-sucks, it was successful, but in README.md are a lot of lines like that:

/usr/bin/env: ruby: No such file or directory

My Ruby seems to be Ok:

$ ruby -v
ruby 2.4.1p111 (2017-03-22 revision 58053) [x86_64-darwin17]

So maybe the problem is in the Dockerfile?

Ocramius commented 5 years ago

Possibly fixed in #11