Ruby base image with some time consuming base operations.
894
GitHub Repo | Docker Hub Repo
Custom ruby image adding some install-time consuming gems and dependencies.
FROM etventure/ruby-base
ADD Gemfile* /opt/app/
RUN bundle install --binstubs
ADD . /opt/app/
CMD ["./bin/fancy-server-of-doom"]
Content type
Image
Digest
Size
312.6 MB
Last updated
over 10 years ago
docker pull etventure/ruby-base