Minimal Ruby image from the Alpine linux start. Only 20 MB to start.
145
FROM alpine:3.3
MAINTAINER "Dmitri Nesterenko <[email protected]>"
RUN apk add --update ruby && rm -rf /var/cache/apk/*
CMD ["ruby", "-v"]
Content type
Image
Digest
Size
8 MB
Last updated
over 10 years ago
docker pull dmitrinesterenko/alpine-ruby:2.2.4