Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 536 Bytes

File metadata and controls

19 lines (12 loc) · 536 Bytes

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>