Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 605 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 605 Bytes

Ruby on Alpine

Very slim Ruby server (based on Alpine) based on the latest alpine image. Can be used in production for Ruby on Rails apps. The most apps can run on that image in production.

Preinstalled for convenience.

  • curl
  • gcc
  • imagemagick
  • nodejs
  • nokogiri
  • openssl
  • phyton

Options:

  • RUBY_VERSION to specify a ruby version
  • LANGUAGE to specify a language
  • LC_ALL to specify a charset

Nokogiri, openssl, imagemagick and curl pre installed

Docker Hub