Dockefile to create very small ruby base image
219
alpine-ruby-sourcecompile: Minimal Ruby image (virtual 548 MB)This is a VERY small mri ruby 2.4.1 image by source compile, based on the Alpine edge image.
As a prerequisite, you need Docker to be installed.
To download this image from the public docker hub:
$ docker pull smapira/alpine-ruby-sourcecompile
To re-build this image from the dockerfile:
$ docker build -t alpine-ruby-sourcecompile .
To run irb:
$ docker run -t smapira/alpine-ruby-sourcecompile
Content type
Image
Digest
Size
198 MB
Last updated
over 9 years ago
docker pull smapira/alpine-ruby-sourcecompile