jshimko / meteor-launchpad

A base Docker image for Meteor applications.
https://hub.docker.com/r/jshimko/meteor-launchpad/
MIT License
276 stars 152 forks source link

Oracle Instant Client #114

Closed maasha closed 6 years ago

maasha commented 6 years ago

My Meteor app have a dependency on the Oracle Instant Client.

Oracle is a pain to install - you need to register, confirm, find the right bundle to download, retry, retry, retry, link and test. In short, pain.

Any ideas how to resolve this?

jshimko commented 6 years ago

That's a really specific use case that is definitely outside the scope of this project. I think you'll probably have to add the install steps to your app's Dockerfile so that your dependencies get installed during the build of your app. And I know absolutely nothing about Oracle Instant Client, so I'm afraid I can't offer much additional assistance on that.