imitators

Results 1 comments of imitators

First, You need to download the [oracle-database-preinstall-19c-1.0-2.el8.x86_64.rpm](https://yum.oracle.com/repo/OracleLinux/OL8/appstream/x86_64/getPackage/oracle-database-preinstall-19c-1.0-2.el8.x86_64.rpm) and take it to 19.3.0 folder. Next, add the following modifications to **Dockerfile** for copying files: ``` COPY oracle-database-preinstall-19c-1.0-2.el8.x86_64.rpm $INSTALL_DIR/ ``` Finally, modify...