/ruby-passenger

Docker images cotnaining Ruby and Oracle with Phusion Passenger

Primary LanguageDockerfile

Ruby Passenger and Oracle Instant Client

This Docker image contains Passenger and Oracle Instant Client pre-installed, allowing you to easily deploy Ruby on Rails applications that require Oracle database connectivity.

Usage

To use this image, add the code below to your Dockerfile

FROM jmrsnt/ruby-passenger:<ruby-version>

Build

To build this image, use the command

$ ./build <version>