I'm trying to perform a clean installation of an Oracle client onto a, OpenShift POD, just before that the dependencies are installed (in my case python requirements.txt), Oracle installation has to be present to install cx_Oracle.
How can I automatize this process? Can I simply add a line in one of the action_hooks?
Thanks.