-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
non-functional changes #118
Conversation
For my case the docker build was failing on DBI missing and DBD::Oracle looking for InstantClient. I was able to fix it with the below changes:
Otherwise it was fairly easy to get going, while having little Docker experience. Docker version 18.09.1, build 4c52b90 |
|
One would think. Here's what I get:
Docker version 19.03.12, build 48a66213fe Obviously it has something to do with |
@whindsx thats really strange as DBI is literally in the cpanfile... hmm |
tweaking pod and dist.ini
adding a Dockerfile to help people hack on this code quickly to help with #111