dockerfiles-alt-ruby

ALT dockerfile for ruby.

Copy Dockerfile somewhere and build the image: $ docker build --rm -t <username>/ruby .

And launch the ruby container: docker run -it <username>/ruby