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.
To use this image, add the code below to your Dockerfile
FROM jmrsnt/ruby-passenger:<ruby-version>
To build this image, use the command
$ ./build <version>