You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a proxy in my company and I've an error when I running the Dockerfile.
The error is in setupLinuxEnv.sh file.
The command yum -y install oracle-database-preinstall-19c openssl hostname cannot be execute (thanks my proxy).
So I would like to download manually the fille to add it in my Dockerfile and bypass this download step.
Unfortunately, I don't know where I can download this file.
I've found this file on internet : oracle-database-preinstall-19c-1.0-1.el7.x86_64.rpm but I don't know if it's the right file.
It's for Oracle 19 database.
Thank you :)
The text was updated successfully, but these errors were encountered:
Hello everyone,
There is a proxy in my company and I've an error when I running the Dockerfile.
The error is in setupLinuxEnv.sh file.
The command yum -y install oracle-database-preinstall-19c openssl hostname cannot be execute (thanks my proxy).
So I would like to download manually the fille to add it in my Dockerfile and bypass this download step.
Unfortunately, I don't know where I can download this file.
I've found this file on internet : oracle-database-preinstall-19c-1.0-1.el7.x86_64.rpm but I don't know if it's the right file.
It's for Oracle 19 database.
Thank you :)
The text was updated successfully, but these errors were encountered: